You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having this documented only in my head is suboptimal. The process is basically just "run towncrier, tag, build artifacts, upload to pypi" but there's some subtleties here.
The text was updated successfully, but these errors were encountered:
I'm going to do a release soon to try to address the somewhat dire dependency issues that have arisen as a result of the recent automat release; it sure would be nice to know what the steps are
Update the changelog by running towncrier --version <next version number> (eg. 0.9.4), and branch/commit/push/PR/merge this to master.
Create/push a tag (either git signed or annotated) from master with the same name as the version to be released (eg. 0.9.4); note that I think rc versions will not work atm.
Run python setup.py sdist bdist_wheel && twine upload dist/*
I will try port over the automated-release-via-GA from Axiom but I'm not yet sure how to integrate towncrier.
Having this documented only in my head is suboptimal. The process is basically just "run towncrier, tag, build artifacts, upload to pypi" but there's some subtleties here.
The text was updated successfully, but these errors were encountered: