diff options
| author | Val Neekman <val@neekware.com> | 2018-03-25 10:59:22 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2018-03-25 10:59:22 -0400 |
| commit | ce8e4bf423b8ec995ca98b7aee5abce7a251bd7e (patch) | |
| tree | 7376c709a484de8ceb8238257b3c9b520b644d07 | |
| parent | 8e360aed732fb0c902e78885c4be89e4048a2d2d (diff) | |
| download | python-slugify-ce8e4bf423b8ec995ca98b7aee5abce7a251bd7e.tar.gz | |
simplify publishing
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
