Skip to content

Commit

Permalink
update release instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Nov 27, 2023
1 parent 1a8f1bd commit 33f72dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Full details in LICENSE file.
Releasing
---------

* Configure your PyPi with token access `https://pypi.org/manage/account/token/`_.
* Merge down to main
* Tag release on GitHub and add in the change log
* Release via command line
Expand All @@ -136,4 +137,4 @@ Releasing
pip install twine
# make sure to check the dist package for errors in the RST files
twine check dist/*
twine upload dist/*
twine upload --repository py-seed dist/*

0 comments on commit 33f72dc

Please sign in to comment.