Update Makefile to reflect changes in current twine.

This commit is contained in:
Andreas Albrecht 2020-02-29 14:07:43 +01:00
parent 0d6684baba
commit 58ff890d91
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ clean:
release:
@rm -rf dist/
python setup.py sdist bdist_wheel
twine upload --sign --identity E0B84F81
twine upload --sign --identity E0B84F81 dist/*