Skip to content

Commit 884acd2

Browse files
committed
setup: more notes for release on github
1 parent a142af3 commit 884acd2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
5.2 (optional) `python3 -m pip install --user --upgrade twine`
1414
5.3 `python3 -m twine upload dist/*`
1515
6. make a new release on github with the latest version
16+
6.1 git tag v0.0.1 ## or your version name
17+
6.2 git push origin v0.0.1
1618
"""
1719

1820
setuptools.setup(

0 commit comments

Comments
 (0)