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

Automate PyPI upload #82

Merged
merged 3 commits into from
Aug 25, 2021

Conversation

DanielKotik
Copy link
Contributor

@DanielKotik DanielKotik commented Aug 24, 2021

I adjusted the informations given in https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ and https://github.com/marketplace/actions/pypi-publish to our needs.
This workflow is triggered to upload a package distribution to PyPI for tagged commits on master and currently also for tagged commits on develop. The latter should change in an improved workflow (it doesn't matter for now since we won't tag commits on develop). The workflow also tries to publish to TestPyPI for every push on master and develop. This will hopefully ensure to get aware of any problems with regards to package building/publishing as early as possible.

@DanielKotik DanielKotik linked an issue Aug 24, 2021 that may be closed by this pull request
@DanielKotik DanielKotik marked this pull request as ready for review August 24, 2021 13:41
@DanielKotik DanielKotik marked this pull request as draft August 24, 2021 20:31
@DanielKotik DanielKotik marked this pull request as ready for review August 24, 2021 20:41
@DanielKotik DanielKotik marked this pull request as draft August 25, 2021 07:37
@DanielKotik DanielKotik marked this pull request as ready for review August 25, 2021 07:46
@timcallow timcallow merged commit f9de8ad into atomec-project:develop Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate publishing to PyPI
2 participants