mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-23 14:59:08 +03:00
Target sdist job to publish to testpypi
This commit is contained in:
parent
84a7139d67
commit
d712e77fea
|
@ -61,7 +61,7 @@ jobs:
|
||||||
- pip install twine --upgrade
|
- pip install twine --upgrade
|
||||||
script:
|
script:
|
||||||
- python setup.py sdist
|
- python setup.py sdist
|
||||||
- twine upload dist/*
|
- twine upload --repository testpypi dist/*
|
||||||
- services: docker
|
- services: docker
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
env: TWINE_USERNAME=__token__
|
env: TWINE_USERNAME=__token__
|
||||||
|
|
Loading…
Reference in New Issue
Block a user