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:
117
117
- cp library_builders.sh src/.github/
118
118
- python -m pip install --upgrade pip setuptools wheel
119
119
- 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
124
120
- python -m pip install patch
125
121
126
122
# Download & Apply Patches
@@ -145,7 +141,9 @@ script:
145
141
146
142
deploy :
147
143
- 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/*
149
147
skip_cleanup : true
150
148
on :
151
149
repo : ${TRAVIS_REPO_SLUG}
You can’t perform that action at this time.
0 commit comments