Skip to content

Commit

Permalink
make makefile work
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Warneke committed Mar 13, 2020
1 parent 76dd643 commit 9ab8a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ package: clean
upload-test: package
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

uploadt: package
python3 -m twine upload --repository-url https://pypi.org/legacy/ dist/*
upload: package
python3 -m twine upload dist/*

clean:
rm -rf *.egg-info
Expand Down

0 comments on commit 9ab8a4a

Please sign in to comment.