How To Create Release #84
7yl4r
announced in
Announcements
Replies: 1 comment 3 replies
-
We are using setuptools-scm so that step should not be needed. The tagged version will be written to the version.py file when creating a tarball. All we need is to tag a release on GH.
The important part here is to have a stable versioning scheme. Our regex catches vMAJOR.MINOR.MICRO, so 1.2.5 would be v1.2.5.
👍 I'm looking into the PyPI token issue now BTW. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist for GitHub release creation:
Changelog.rst
is fully up-to-datev0.0.0
)Beta Was this translation helpful? Give feedback.
All reactions