Use twin for distribution

pull/231/head
JamesRamm 2019-02-03 10:53:53 +01:00
rodzic b9751c3715
commit 5b3ea482f2
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -54,8 +54,8 @@ if sys.argv[-1] == 'publish':
except ImportError:
print('Wheel library missing. Please run "pip install wheel"')
sys.exit()
os.system('python setup.py sdist upload')
os.system('python setup.py bdist_wheel upload')
os.system('python setup.py sdist bdist_wheel')
os.system('python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*')
sys.exit()
if sys.argv[-1] == 'tag':