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 2c91dd3 commit 3bcd242Copy full SHA for 3bcd242
.travis.yml
@@ -30,7 +30,7 @@ install:
30
31
script:
32
- sed -i '/numpy/d' pyproject.toml
33
-- CIBW_ENVIRONMENT="SETUPTOOLS_SCM_PRETEND_VERSION=\"$TRAVIS_TAG\"" python3 -m cibuildwheel --output-dir dist
+- CIBW_BUILD_VERBOSITY=1 CIBW_ENVIRONMENT="SETUPTOOLS_SCM_PRETEND_VERSION=\"$TRAVIS_TAG\"" python3 -m cibuildwheel --output-dir dist
34
35
deploy:
36
provider: pypi
0 commit comments