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

cicd: update release.yml (publish python distribution to pypi) #237

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

korikuzma
Copy link
Member

Addresses #236 for main branch

Notes:

* Followed https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
  * Did not include [Signing the distribution packages](https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#signing-the-distribution-packages)
  * In `publish-to-pypi`, removed `if: startsWith(github.ref, 'refs/tags/')  # only publish to PyPI on tag pushes` since we only make a release when a GH release is created.
@korikuzma korikuzma added priority:low Low priority ci/cd Continuous integration and continuous delivery/deployment changes labels Oct 8, 2023
@korikuzma korikuzma requested a review from jsstevenson October 8, 2023 20:09
@korikuzma korikuzma self-assigned this Oct 8, 2023
@korikuzma korikuzma merged commit b187c5a into main Oct 8, 2023
8 checks passed
@korikuzma korikuzma deleted the update-release-main branch October 8, 2023 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Continuous integration and continuous delivery/deployment changes priority:low Low priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants