Skip to content

Commit

Permalink
Add release tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 6, 2021
1 parent fc734f8 commit 6543d19
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
default:
@#

release:
git push && git push --tags
poetry build && poetry publish
7 changes: 7 additions & 0 deletions doc/release.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
###################
Release WireViz-Web
###################

1. Bump version within ``poetry.toml`` and ``server.py``.
2. Tag repository: ``git tag 0.0.0``.
3. Build and upload to PyPI: ``make release``.

0 comments on commit 6543d19

Please sign in to comment.