mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-23 01:56:58 +03:00
Debug TCI #3
This commit is contained in:
parent
3e4abb78e7
commit
b0501ca92a
|
@ -8,14 +8,15 @@ jobs:
|
||||||
install: python3 -m pip install cibuildwheel==1.5.1
|
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
|
||||||
- python3 -m twine upload wheelhouse/*.whl
|
# - python3 -m twine upload wheelhouse/*.whl
|
||||||
- os: windows
|
- os: windows
|
||||||
language: shell
|
language: shell
|
||||||
env: TWINE_USERNAME=__token__
|
env: TWINE_USERNAME=__token__
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --version 3.8.6
|
- choco install python --version 3.8.6
|
||||||
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
||||||
|
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
|
||||||
install:
|
install:
|
||||||
- python3 -m pip install certifi cibuildwheel==1.6.3
|
- python3 -m pip install certifi cibuildwheel==1.6.3
|
||||||
- export SSL_CERT_FILE=`python3 -c "import certifi;print(certifi.where())"`
|
- export SSL_CERT_FILE=`python3 -c "import certifi;print(certifi.where())"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user