Skip to content

Commit

Permalink
moved to newer authentication on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Apr 1, 2022
1 parent 4365b80 commit 3dcf29e
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 @@ -63,7 +63,7 @@ upload-github:
git push origin --tags

upload-pypi:
$(PYTHON) setup.py -q sdist bdist_wheel upload --sign --identity="$(EMAIL)"
$(PYTHON) setup.py -q sdist bdist_wheel upload # --sign --identity="$(EMAIL)"

showtag: sdist
@ v=`ls -r dist | head -1 | sed -e 's/cloudflare-\([0-9.]*\)\.tar.*/\1/'` ; echo "\tDIST VERSION =" $$v ; (git tag | fgrep -q "$$v") && echo "\tGIT TAG EXISTS"
Expand Down

0 comments on commit 3dcf29e

Please sign in to comment.