Don't upload zip to pypi, expects only tar.gz

This commit is contained in:
Ivan Habunek 2019-01-02 12:56:53 +01:00
parent bfe6768d0c
commit 8db1ff42b2
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ deb_dist:
python setup.py --command-packages=stdeb.command bdist_deb
publish :
twine upload dist/*
twine upload dist/*.tar.gz dist/*.whl
test:
pytest -v -s