Merge pull request #42 from deezer/fix-ci

fix: switch to sdist
This commit is contained in:
fvoituret
2019-11-07 00:25:12 +01:00
committed by GitHub

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/*