Skip to content

Commit c30f2f8

Browse files
committed
testing new build for macos
1 parent fef8983 commit c30f2f8

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.travis.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ env:
22
global:
33
- CIBW_SKIP="cp27-* cp33-* cp34-* cp35-* *-manylinux1_i686"
44
- CIBW_BEFORE_BUILD="python -m pip install -r requirements.txt"
5+
- TWINE_USER=mabucchi
6+
- secure: JvT4s6k9r7goUhxxeSwAjPHA/EQVKwYo838a6Ze4wm/SSuG2OLYqU29NTyJnQmJmU7ksF1YT5QK5NWqEvkGTjvmpiixbnVowd4iwcmFLgbu/AG+WxVbk0WW+f1yufjY49nq8RY4VeAhl+Rt10m1blbzFjUADxXVDVir8ujQzvCUj5rikQndjc3DzJPVZKuNK5NOPfx/K9TXXTgGmCdRGoSHkKbQRCGz/H7AOgxCtsSH3dfRBGgpqhDodMjsPmgWvPntxO74N2L9I/1gH1yYEDKo+k14BkJBdKFy12dUTE1NXjTeqrN1MrrDju94qCBdH1jHnI7CkZyslfmeA3QD4IiRc6YbQQgPqgjg8Db1dnJL0rpwH5A4dn+1Zl/z3IJZuAHUGC+1Rsqtv8O1zdV7b0+9SOdMq9U6VgT3TJs0+qYbZqpFvHD6UidfJMQ2XsQjbNg6r0gABd5TkLrZ6yFRjLDn3+WOCj6wFC9f3Cq5iZrH+kpGpS1Qu2BLPDWjN3IunAsg+NJ26xrInkTA4naS31tSJzppJTdIuICCNIV8HZgZyMs7vt1Z1zLBCSNbHr56TRho7av/uM2USu9CQH7h6CBt9cU5FqFZ31S2CbwEi6AuoA/zgI64J3aUMSFiXVM6RfKm1Qo1hdaej3LbvidBRTZNVrzsYcnRBclaQTYXsYGM=
57
matrix:
68
include:
79
- language: python
@@ -11,19 +13,14 @@ matrix:
1113
services:
1214
- docker
1315
install:
14-
- pip3 install --upgrade cibuildwheel
16+
- pip install --upgrade cibuildwheel twine
1517
- touch .cibuildwheel
1618
- os: osx
1719
language: generic
1820
install:
19-
- sudo pip2 install --upgrade cibuildwheel
21+
- brew upgrade python
22+
- sudo python3 -m pip install --upgrade cibuildwheel twine
2023
- touch .cibuildwheel
2124
script:
2225
- cibuildwheel --output-dir dist
23-
deploy:
24-
provider: pypi
25-
server: https://testpypi.python.org/pypi # Remove for deployment to official PyPi repo
26-
user: mabucchi
27-
password:
28-
secure: KYsU0zhPKH0H/mjnURuhfh+uls6/hOtss2vny2T4XB3ji7721FlZQ1FQ8Hgxub8kcfjPZ/2extmBfi4rlLNZu5y4vltLpCXfvU1495g+RY9MI5azfNRrM4TMxzDG/91b06YgfLeVIR/n/4zuNhykOns80UE5U2MJch5oAjrSwkQjosjxdWz7z7PL1Livu4AgRRHULiMzEkCxEKrmfowa5WK1019jBblbrGl8RWamGx9orKf5sRLobuMXcLKxeQyQ2ah7UY1up9///t5GZTUXZP79osDDMghR2R0TigI+xdzIqHVY+RxxmsG3+IEjkviG65mSYOhNxcyN6gCZ6TecukMdmZVpVvhu6fk5qCzeXOCeZtOFHlU9orpKug0stJj4MeEaJsfUVEfG8Uqojl785mR2SAkrHCxP+QLR+oA0HCocIQQcVVP3ugqtbh2vWJOaGnfy8GHJxhBrLATAgFhq7JRTmh4i4TOExyOl00eXHOemy/gD8IkWf4f8sE83a6IeU8KqfV6QK7bxpYQM2yin2arTOvs7yqgPvWaKx837f5wdIq0DJ0Bkp/G7s7wdFjTtxbjKmphEayKjULYsy90F52ob5gSeqD7ZBnd6Bh4DBlEVN7taWkA9SoAKBUPxIy/TaknSd91+u224XMRd+huu8eCQ1/G+/13wubz5EnxAzlI=
29-
skip_existing: true
26+
- twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing dist/*.whl

0 commit comments

Comments
 (0)