Skip to content

Commit

Permalink
fix twine upload in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 8, 2019
1 parent 7951c05 commit 2ab67c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ upload_test:
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

upload:
twine upload dist/*
python3 -m twine upload dist/*

0 comments on commit 2ab67c4

Please sign in to comment.