File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 5353 - sudo -H pip install -U pip
5454 - sudo -H pip install -U delocate twine wheel setuptools
5555 - cp /usr/local/lib/libssh2* .
56- - pip wheel .
5756 script :
57+ - pip wheel .
5858 - delocate-listdeps --all *.whl
5959 - delocate-wheel -v *.whl
6060 - delocate-listdeps --all *.whl
7676 - << : *osx-10-10
7777 env :
7878 - PYENV : 3.7.0
79- install : skip
79+ install :
80+ - pip install twine
8081 script :
8182 - ./ci/travis/pyenv-wheel.sh
8283
9596 install :
9697 - sudo -H pip2 install -U delocate twine wheel pip setuptools
9798 - ls -lh
98- - pip2 wheel .
9999 script :
100+ - pip2 wheel .
100101 - delocate-listdeps --all *.whl
101102 - delocate-wheel -v *.whl
102103 - delocate-listdeps --all *.whl
@@ -125,23 +126,26 @@ jobs:
125126 osx_image : xcode8
126127 env :
127128 - PYENV : 3.7.0
128- install : skip
129+ install :
130+ - pip install twine
129131 script :
130132 - ./ci/travis/pyenv-wheel.sh
131133
132134 - << : *osx-wheels
133135 osx_image : xcode8.3
134136 env :
135137 - PYENV : 3.7.0
136- install : skip
138+ install :
139+ - pip install twine
137140 script :
138141 - ./ci/travis/pyenv-wheel.sh
139142
140143 - << : *osx-wheels
141144 osx_image : xcode9.3
142145 env :
143146 - PYENV : 3.7.0
144- install : skip
147+ install :
148+ - pip install twine
145149 script :
146150 - ./ci/travis/pyenv-wheel.sh
147151
You can’t perform that action at this time.
0 commit comments