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 2445468 commit 3641ce6Copy full SHA for 3641ce6
.github/workflows/pysplashsurf_CI.yml
@@ -121,7 +121,7 @@ jobs:
121
run: cd pysplashsurf && python -m cibuildwheel --output-dir ../dist
122
env:
123
CIBW_BUILD: ${{ matrix.platform.python-version }}
124
- CIBW_ARCHS: ${{ matrix.platform.arch }}
+ CIBW_ARCHS: ${{ matrix.platform.archs }}
125
CIBW_BEFORE_ALL: curl -sSf https://sh.rustup.rs | sh -s -- -y
126
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
127
CIBW_ENVIRONMENT_MACOS: >-
0 commit comments