Skip to content

Commit

Permalink
* Added instructions for publishing new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DobromirM committed Jun 6, 2024
1 parent c077d31 commit d08a8df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ with SwimClient() as swim_client:
##### Building package distribution
1) Install build package: `pip install build`
2) Run: `python -m build`
##### Releasing a new version
1) Add version tag: `git tag VERSION (e.g. 0.1.0)`
2) Push to remote: `git push origin VERSION`

0 comments on commit d08a8df

Please sign in to comment.