fix: switch to sdist

This commit is contained in:
Félix Voituret
2019-11-07 00:24:27 +01:00
parent 25dee13e36
commit 2ea1501c05

View File

@@ -22,7 +22,7 @@ jobs:
- checkout
- run:
name: package
command: python setup.py bdist
command: python setup.py sdist
- run:
name: upload to PyPi
command: pip install twine && twine upload dist/*