File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,6 @@ install:
117117 - cp library_builders.sh src/.github/
118118 - python -m pip install --upgrade pip setuptools wheel
119119 - python -m pip install cibuildwheel==2.14.1
120- # twine & cryptography: see
121- # https://github.com/scikit-build/cmake-python-distributions/blob/4730aeee240917303f293dffc89a8d8d5a4787c4/requirements-deploy.txt
122- # https://github.com/pyca/cryptography/issues/6086
123- - python -m pip install twine cryptography~=3.3.2
124120 - python -m pip install patch
125121
126122# Download & Apply Patches
@@ -145,7 +141,9 @@ script:
145141
146142deploy :
147143 - provider : script
148- script : python -m twine upload --skip-existing wheelhouse/*
144+ script :
145+ - python -m pip install twine
146+ - python -m twine upload --skip-existing wheelhouse/*
149147 skip_cleanup : true
150148 on :
151149 repo : ${TRAVIS_REPO_SLUG}
You can’t perform that action at this time.
0 commit comments