Skip to content

Commit

Permalink
Add publish target
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhed committed Dec 8, 2023
1 parent 11bd898 commit 279f8fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ clean:
build:
pip install --upgrade pip
pip install --upgrade build
python -m build
python -m build

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

0 comments on commit 279f8fc

Please sign in to comment.