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 55fae0a commit 83258c0Copy full SHA for 83258c0
.github/workflows/test-upload.yml
@@ -60,8 +60,8 @@ jobs:
60
env:
61
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
62
CIBW_BUILD_VERBOSITY: 3
63
- # Install build deps before building each wheel
64
- CIBW_BEFORE_BUILD: "pip install -U pip setuptools wheel cython numpy cmake"
+ # Install build deps before building each wheel (use python -m pip for Windows compatibility)
+ CIBW_BEFORE_BUILD: "python -m pip install -U pip setuptools wheel cython numpy cmake"
65
# Tell setup.py to build the companion 'svv-accelerated' distribution
66
CIBW_ENVIRONMENT: "PIP_NO_CACHE_DIR=1 SVV_ACCEL_COMPANION=1"
67
steps:
0 commit comments