Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 3dcf29e

Browse files
committed
moved to newer authentication on PyPI
1 parent 4365b80 commit 3dcf29e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ upload-github:
6363
git push origin --tags
6464

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

6868
showtag: sdist
6969
@ 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"

0 commit comments

Comments
 (0)