Skip to content

Commit 2feff50

Browse files
committed
'yml'
1 parent a886a8b commit 2feff50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
run: |
8181
pip install cibuildwheel
8282
if [ "${{ matrix.buildplat.platform }}" = "windows-2019" ]; then
83-
cibuildwheel --output-dir wheelhouse --platform windows --arch ${{ matrix.buildplat.arch }}
83+
cibuildwheel --output-dir wheelhouse --platform windows --archs ${{ matrix.buildplat.arch }}
8484
else
85-
cibuildwheel --output-dir wheelhouse --platform linux --arch ${{ matrix.buildplat.arch }}
85+
cibuildwheel --output-dir wheelhouse --platform linux --archs ${{ matrix.buildplat.arch }}
8686
fi
8787
8888
- name: Save Wheel Package as Artifact

0 commit comments

Comments
 (0)