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

release version 0.10.0 #220

Merged
merged 1 commit into from
May 23, 2024
Merged

release version 0.10.0 #220

merged 1 commit into from
May 23, 2024

Conversation

davidism
Copy link
Member

@davidism davidism commented May 23, 2024

This is the standard release process for Pallets projects. Create a PR updating the version and release date. This will show that the tests pass. Add the PR to the milestone. Create and push a tag for the version:

$ git tag -am 'release version 0.10.0' 0.10.0
$ git push origin 0.10.0

This will start the publish workflow in the PR. The sdist and wheel will be created and added to a draft GitHub release page. Edit the draft to check that the filenames look correct, and add any notes about the release.

The "publish-pypi" check will be pending. Once you are sure everything looks good. Click into it, and click the "Review pending deployments" link, which will give you a choice to approve uploading to PyPI. After doing so, merge the PR, publish the release page, and close the milestone.

Only members with the publish permission and core Pallets maintainers may approve the upload. PyPI's trusted publishing system is used so that no person needs direct access to PyPI.

@davidism davidism merged commit 81a819e into main May 23, 2024
16 checks passed
@davidism davidism deleted the release-0.10.0 branch May 23, 2024 22:31
@davidism
Copy link
Member Author

This is the one place we need to use "create merge commit" and not "squash and merge", otherwise the tag will be pointing to a different commit than what gets into main.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant