Skip to content

Commit

Permalink
using twine to upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Assaf Lavie committed Aug 26, 2020
1 parent 4ca6a1e commit 3be0505
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ test:

.PHONY: pypi
pypi:
python setup.py sdist upload -r pypi
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository runlike dist/*

.PHONY: release
release: push pypi
Expand Down

0 comments on commit 3be0505

Please sign in to comment.