Skip to content

Commit

Permalink
Added publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranquility2 committed Feb 9, 2024
1 parent 013def3 commit 123c0be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ compile:
build:
python3 -m pip install --upgrade build
python3 -m build

publish:
python3 -m pip install --upgrade twine
python3 -m twine upload dist/*

0 comments on commit 123c0be

Please sign in to comment.