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

Merged
merged 1 commit into from
Oct 9, 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 requested a review from jsstevenson October 8, 2023 19:53
@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 2a77535 into main Oct 9, 2023
10 of 18 checks passed
@korikuzma korikuzma deleted the update-release-main branch October 9, 2023 19:26
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