Skip to content

Commit

Permalink
Updated makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrbroz committed May 4, 2021
1 parent becbb5f commit 4481dd0
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 @@ -16,5 +16,5 @@ docs:
prepublish-check: build
python3 -m twine check dist/*

publish-test: test build
python3 -m twine upload --repository testpypi dist/*
publish: build
python3 -m twine upload dist/*

0 comments on commit 4481dd0

Please sign in to comment.