Skip to content

Commit

Permalink
Use twine
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Jun 7, 2021
1 parent 7f38a2e commit c866969
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ tagged:
test $$(git ls-files -m | wc -l) = 0

pypi: tagged
python3 setup.py sdist upload
#python3 setup.py sdist upload
python3 setup.py sdist
twine upload dist/async_amqp-$(shell git describe --tags --exact-match).tar.gz

upload: pypi
git push --tags
Expand Down

0 comments on commit c866969

Please sign in to comment.