File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 72
72
# - python3 -m twine upload dist/*
73
73
- services : docker
74
74
# if: tag IS present
75
- env : TWINE_USERNAME=__token__
75
+ env :
76
+ - TWINE_USERNAME=__token__
77
+ - TWINE_PASSWORD=pypi-AgENdGVzdC5weXBpLm9yZwIkYzc3OWQ4YWItODg3NC00N2I5LTk5YTQtZDg0ZDU5OWNlYTc0AAIleyJwZXJtaXNzaW9ucyI6ICJ1c2VyIiwgInZlcnNpb24iOiAxfQAABiDdkywf0c4ReNUr5nz-xa1Cy1Cict1aJ_hoqlp0iq1erg
76
78
install : python3 -m pip install cibuildwheel==1.6.3
77
79
script : python3 -m cibuildwheel --output-dir wheelhouse
78
80
after_success :
@@ -115,8 +117,8 @@ jobs:
115
117
# - aws s3 sync docs/_build/html s3://python-dependency-injector-docs --delete
116
118
# - aws cloudfront create-invalidation --distribution-id ${AWS_CLOUDFRONT_DISTRIBUTION_ID} --path "/*" > /dev/null
117
119
# - 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
120
122
notifications :
121
123
slack :
122
124
rooms :
You can’t perform that action at this time.
0 commit comments