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 c077d31 commit d08a8dfCopy full SHA for d08a8df
README.md
@@ -71,3 +71,6 @@ with SwimClient() as swim_client:
71
##### Building package distribution
72
1) Install build package: `pip install build`
73
2) Run: `python -m build`
74
+##### Releasing a new version
75
+1) Add version tag: `git tag VERSION (e.g. 0.1.0)`
76
+2) Push to remote: `git push origin VERSION`
0 commit comments