We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dd7da commit db95672Copy full SHA for db95672
.travis.yml
@@ -28,8 +28,9 @@ install:
28
- python3 -m pip install cibuildwheel==1.5.2
29
30
script:
31
+- git fetch --unshallow
32
- sed -i '/numpy/d' pyproject.toml
-- CIBW_BUILD_VERBOSITY=1 python3 -m cibuildwheel --output-dir dist
33
+- python3 -m cibuildwheel --output-dir dist
34
35
deploy:
36
provider: pypi
0 commit comments