Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
gallettilance committed Nov 20, 2024
1 parent af14d6a commit f961955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ test:: ; tox -v
build:: ; pip3 install --upgrade build
build:: ; python3 -m build

release:: ; cleanall
release:: ; build
release:: ; pip3 install --upgrade twine
release:: ; python3 -m twine upload dist/*

Expand Down

0 comments on commit f961955

Please sign in to comment.