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