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

Commit 77c275c

Browse files
committed
more twine tweaks
1 parent aa31bb3 commit 77c275c

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.pypirc

Lines changed: 0 additions & 8 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ upload-github:
7070

7171
upload-pypi:
7272
## $(PYTHON) setup.py -q sdist bdist_wheel upload # --sign --identity="$(EMAIL)"
73-
$(TWINE) upload -r pypi dist/*
73+
$(TWINE) upload -r pypi --repository cloudflare dist/*
7474

7575
showtag: sdist
7676
@ 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)