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 a886a8b commit 2feff50Copy full SHA for 2feff50
.github/workflows/build.yml
@@ -80,9 +80,9 @@ jobs:
80
run: |
81
pip install cibuildwheel
82
if [ "${{ matrix.buildplat.platform }}" = "windows-2019" ]; then
83
- cibuildwheel --output-dir wheelhouse --platform windows --arch ${{ matrix.buildplat.arch }}
+ cibuildwheel --output-dir wheelhouse --platform windows --archs ${{ matrix.buildplat.arch }}
84
else
85
- cibuildwheel --output-dir wheelhouse --platform linux --arch ${{ matrix.buildplat.arch }}
+ cibuildwheel --output-dir wheelhouse --platform linux --archs ${{ matrix.buildplat.arch }}
86
fi
87
88
- name: Save Wheel Package as Artifact
0 commit comments