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) #150

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

korikuzma
Copy link
Member

* 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 self-assigned this Oct 8, 2023
@korikuzma korikuzma changed the title cicd: update release.yaml (publish python distribution to pypi) cicd: update release.yml (publish python distribution to pypi) Oct 8, 2023
@korikuzma korikuzma merged commit 1d610d0 into staging Oct 8, 2023
18 checks passed
@korikuzma korikuzma deleted the update-release-staging branch October 8, 2023 20:45
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.

None yet

2 participants