Merge pull request #947 from caspervdw/casper-travis

Fix Travis deploy example
This commit is contained in:
Joe Rickerby
2021-12-04 11:02:46 +00:00
committed by GitHub
+2 -2
View File
@@ -22,8 +22,8 @@ install:
- python3 -m pip install cibuildwheel==2.3.0
script:
# build the wheels, put them into './wheelhouse'
- python3 -m cibuildwheel --output-dir wheelhouse
# build the wheels, put them into './dist'
- python3 -m cibuildwheel --output-dir dist
deploy:
provider: pypi