summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2015-02-16 15:14:42 +0700
committerStuart Bishop <stuart@stuartbishop.net>2015-02-16 15:14:42 +0700
commit50bdf7085de25aa884f93381b4558c10ab08a359 (patch)
treeca367ab8c14f3d8f1ce39167c00172ffc2cf6e74
parent625e5644587277f56a082d15e828cdf380b9b4f1 (diff)
downloadpytz-50bdf7085de25aa884f93381b4558c10ab08a359.tar.gz
Fix upload rule
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8a76af..30a41ad 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ wheels: build
touch $@
upload: sign
- ${PYTHON} setup.py register
+ cd build/dist && ${PYTHON} setup.py register
twine upload build/tarballs/*.{egg,whl,zip,bz2,gz,asc}
sign: dist