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 56aa46b commit ca09a63Copy full SHA for ca09a63
tools/wheels/build-wheels.bat
@@ -13,7 +13,7 @@ set WHEELHOUSE=%4
13
if [%WHEELHOUSE%]==[] goto usage
14
echo on
15
16
-set CIBW_BUILD=cp27-%BW_ARCH% cp36-%BW_ARCH% cp37-%BW_ARCH% cp38-%BW_ARCH% cp39-%BW_WARCH%
+set CIBW_BUILD=cp27-%BW_ARCH% cp36-%BW_ARCH% cp37-%BW_ARCH% cp38-%BW_ARCH% cp39-%BW_ARCH%
17
set CIBW_BEFORE_BUILD=python -m pip install delvewheel==0.0.6
18
set CIBW_TEST_REQUIRES=-r tests/requirements.txt
19
set CIBW_TEST_COMMAND=pytest {project}\tests\test_Producer.py
0 commit comments