We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054966e commit 97da38bCopy full SHA for 97da38b
README.md
@@ -86,5 +86,7 @@ make all
86
87
```
88
poetry version [minor/major etc.]
89
+git tag vx.y.z
90
+git push origin vx.y.z
91
poetry publish --build -u __token__ --password pypi-<token-from-pypi>
92
0 commit comments