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

Implement release #8

Merged
merged 5 commits into from
Nov 3, 2023
Merged

Implement release #8

merged 5 commits into from
Nov 3, 2023

Conversation

sgaist
Copy link
Member

@sgaist sgaist commented Nov 3, 2023

This pull request implements the python release pipeline as explained in their documentation.

https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/

Some differences:

  • The release should only happen when the tests are successfull
  • The testpypi release should only happen on the default branch
  • The pypi release should only happen on tag

Fixes #7

@sgaist sgaist force-pushed the implement_release branch from 09b9239 to 58e3cb3 Compare November 3, 2023 12:55
@sgaist sgaist merged commit 457e895 into main Nov 3, 2023
11 checks passed
@sgaist sgaist deleted the implement_release branch November 3, 2023 13:20
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.

First release
1 participant