Skip to content

Commit 1737205

Browse files
committed
Travis-CI Deployment: Switch Architecture
Work-around twine issues on ppc64le.
1 parent 8398128 commit 1737205

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

146142
deploy:
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}

0 commit comments

Comments
 (0)