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 - checkout
- run: - run:
name: package name: package
command: python setup.py bdist command: python setup.py sdist
- run: - run:
name: upload to PyPi name: upload to PyPi
command: pip install twine && twine upload dist/* command: pip install twine && twine upload dist/*