Skip to content

Commit 97da38b

Browse files
authored
add git tag instruction to README (#33)
Co-authored-by: Zhuyi Xue <[email protected]>
1 parent 054966e commit 97da38b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,7 @@ make all
8686

8787
```
8888
poetry version [minor/major etc.]
89+
git tag vx.y.z
90+
git push origin vx.y.z
8991
poetry publish --build -u __token__ --password pypi-<token-from-pypi>
9092
```

0 commit comments

Comments
 (0)