summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index af831a8..3e2a490 100755
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ if sys.argv[-1] == 'build':
os.system("python setup.py sdist bdist_wheel")
if sys.argv[-1] == 'publish':
- os.system("twine upload dist/*")
+ os.system("python setup.py sdist upload")
args = {'version': get_version(package)}
print("You probably want to also tag the version now:")
print(" git tag -a %(version)s -m 'version %(version)s' && git push --tags" % args)