summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-02-18 01:00:17 +0000
committerrsiddharth <s@ricketyspace.net>2017-02-18 01:00:17 +0000
commit91287d976205e440140306a0c1b99540e30f3d13 (patch)
treefb3db19e05c7825d10cca3cafccbc5c4d1aea0c5 /Makefile
parent5936f813956068b8031300a8e1694c861659eaed (diff)
Update Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fa1fa16..8409d69 100644
--- a/Makefile
+++ b/Makefile
@@ -16,10 +16,10 @@ egg:
.PHONY: egg
upload:
- @twine upload -r pypitest -s -i \
+ @twine upload -r pypi -s -i \
'1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \
dist/*.tar.gz
- @twine upload -r pypitest -s -i \
+ @twine upload -r pypi -s -i \
'1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \
dist/*.whl
.PHONY: upload