Target sdist job to publish to testpypi

This commit is contained in:
Roman Mogylatov 2020-07-01 22:48:17 -04:00
parent 84a7139d67
commit d712e77fea

View File

@ -61,7 +61,7 @@ jobs:
- pip install twine --upgrade
script:
- python setup.py sdist
- twine upload dist/*
- twine upload --repository testpypi dist/*
- services: docker
if: tag IS present
env: TWINE_USERNAME=__token__