Skip to content

Commit d51a756

Browse files
committed
Test twine dependency resolution
1 parent ca14046 commit d51a756

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
# - python3 -m twine upload dist/*
7373
- services: docker
7474
# if: tag IS present
75-
env: TWINE_USERNAME=__token__
75+
env:
76+
- TWINE_USERNAME=__token__
77+
- TWINE_PASSWORD=pypi-AgENdGVzdC5weXBpLm9yZwIkYzc3OWQ4YWItODg3NC00N2I5LTk5YTQtZDg0ZDU5OWNlYTc0AAIleyJwZXJtaXNzaW9ucyI6ICJ1c2VyIiwgInZlcnNpb24iOiAxfQAABiDdkywf0c4ReNUr5nz-xa1Cy1Cict1aJ_hoqlp0iq1erg
7678
install: python3 -m pip install cibuildwheel==1.6.3
7779
script: python3 -m cibuildwheel --output-dir wheelhouse
7880
after_success:
@@ -115,8 +117,8 @@ jobs:
115117
# - aws s3 sync docs/_build/html s3://python-dependency-injector-docs --delete
116118
# - aws cloudfront create-invalidation --distribution-id ${AWS_CLOUDFRONT_DISTRIBUTION_ID} --path "/*" > /dev/null
117119
# - echo "Cache invalidation triggered"
118-
echo "Result: OK"
119-
- python -m twine upload wheelhouse/*.whl
120+
##echo "Result: OK"
121+
# - python -m twine upload wheelhouse/*.whl
120122
notifications:
121123
slack:
122124
rooms:

0 commit comments

Comments
 (0)