File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ Making a Release
4646#. Click “Draft a new release” button on top of screen
4747#. For the tag, make a new tag with the new version number
4848#. You can generate the release notes via the “generate release notes” button,
49- comparing against the most recent release. This will autofill in the details
49+ comparing against the most recent release. This will autofill in the details
5050 for you
51- #. Click “ Publish release”
51+ #. Click " Publish release"
5252 - This will trigger the workflow to push a new release to PyPI, assuming no
5353 problems have snuck into our release procedure since the last time it was
5454 run
55- #. Open a PR bumping the version to the next version number so that we’ re ready
56- for the next change. This should always be the first PR in a new release
57- (otherwise we’ ll have build issues), so it should be straight-forward to
58- figure out how to do this
55+ #. Open a PR bumping the version to the next version number so that we' re ready
56+ for the next change. This should always be the first PR in a new release
57+ (otherwise we' ll have build issues). This can be done by running the
58+ 'bump-version' GitHub Action, which will create the PR for you.
5959
6060In case of issues, the release pushing job is in
6161.github/workflows/python-publish.yml
You can’t perform that action at this time.
0 commit comments