Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate GHA pipeline (cross-platform tests, PyPI releases) #151

Open
bittner opened this issue Feb 22, 2023 · 2 comments
Open

Consolidate GHA pipeline (cross-platform tests, PyPI releases) #151

bittner opened this issue Feb 22, 2023 · 2 comments
Assignees
Labels

Comments

@bittner
Copy link
Contributor

bittner commented Feb 22, 2023

The current GHA workflows for tests are split up between "Linux + macOS" and "Windows", and there is no workflow for releasing to PyPI.

Would you be interested in a PR to consolidate the unit test execution for all architectures (example) and add a release workflow that reacts on Git tags (example)?

Implementation note: In order to make the test execution cross-platform it's possible to move the prerequisite installation to a script and call the script(s) from the YAML configuration. (Explanation/StackOverflow)

This might also address/fix issue #146 as a side-effect.

@LudovicRousseau
Copy link
Owner

I do not need (and don't want) to automate PyPI publishing.

@bittner
Copy link
Contributor Author

bittner commented Feb 22, 2023

Maybe there is a misunderstanding: Automating intends that you control when to release, but you don't have to do what needs to be done for that.

The process implemented by the example linked above is based on pushing a Git (version) tag. The credentials you can add in the GitHub project settings. You have the control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants