Skip to content

Commit

Permalink
Add how to release
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Feb 18, 2024
1 parent 756984f commit b323f18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions HOWOTRELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
`git tag v0.4.1 --message 'Bump version 0.4.0 -> 0.4.1'`
`git push --tags`
`python3 -m build`
`twine upload dist/*`

Create release on GitHub.

0 comments on commit b323f18

Please sign in to comment.