-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Making a new Release
Naveen M K edited this page Nov 22, 2020
·
20 revisions
The process for creating a new release is documented here. Increment the second decimal (v0.1.0->v0.2.0) for regular releases and the third (v0.1.0->v0.1.1) for bugfixes.
Run git checkout <tag>
to switch to the tag you created when the release was created. Then run poetry publish --build
to publish to PyPI. Finally, upload the .tar.gz
file generated to GitHub Release Assets.
Note: You don't need to publish it manually it is done automatically. This documented to as an backup if that action fail.