mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-26 11:33:58 +03:00
Debug Travis windows build #2
This commit is contained in:
parent
3cd590fc70
commit
3e4abb78e7
|
@ -5,7 +5,7 @@ jobs:
|
||||||
- os: osx
|
- os: osx
|
||||||
language: shell
|
language: shell
|
||||||
env: TWINE_USERNAME=__token__
|
env: TWINE_USERNAME=__token__
|
||||||
install: python3 -m pip install cibuildwheel==1.6.3
|
install: python3 -m pip install cibuildwheel==1.5.1
|
||||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||||
after_success:
|
after_success:
|
||||||
- python3 -m pip install twine
|
- python3 -m pip install twine
|
||||||
|
@ -22,8 +22,8 @@ jobs:
|
||||||
- echo $SSL_CERT_FILE
|
- echo $SSL_CERT_FILE
|
||||||
script: python -m cibuildwheel --output-dir wheelhouse
|
script: python -m cibuildwheel --output-dir wheelhouse
|
||||||
after_success:
|
after_success:
|
||||||
- python -m pip install twine
|
# - python -m pip install twine
|
||||||
- python -m twine upload wheelhouse/*.whl
|
# - python -m twine upload wheelhouse/*.whl
|
||||||
notifications:
|
notifications:
|
||||||
slack:
|
slack:
|
||||||
rooms:
|
rooms:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user