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.yaml (publish python distribution to pypi) #284

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

korikuzma
Copy link
Member

Close #283

- 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 Continuous integration changes labels Oct 6, 2023
@korikuzma korikuzma self-assigned this Oct 6, 2023
@jsstevenson jsstevenson changed the title cicd: update release.yaml (publish python distribution to pypi) (#283) cicd: update release.yaml (publish python distribution to pypi) Oct 6, 2023
@korikuzma korikuzma merged commit 8bea825 into staging Oct 6, 2023
21 checks passed
@korikuzma korikuzma deleted the issue-282-staging branch October 6, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration changes priority:low Low priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants