Skip to content

Commit 3641ce6

Browse files
committed
.
1 parent 2445468 commit 3641ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
run: cd pysplashsurf && python -m cibuildwheel --output-dir ../dist
122122
env:
123123
CIBW_BUILD: ${{ matrix.platform.python-version }}
124-
CIBW_ARCHS: ${{ matrix.platform.arch }}
124+
CIBW_ARCHS: ${{ matrix.platform.archs }}
125125
CIBW_BEFORE_ALL: curl -sSf https://sh.rustup.rs | sh -s -- -y
126126
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
127127
CIBW_ENVIRONMENT_MACOS: >-

0 commit comments

Comments
 (0)