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 57e3d6c commit 65ebf5eCopy full SHA for 65ebf5e
.github/workflows/python-publish.yml
@@ -41,21 +41,21 @@ jobs:
41
python-version: "3.x"
42
43
- name: Set up QEMU
44
- if: ${{ matrix.arch != "auto" }}
+ if: ${{ matrix.arch != 'auto' }}
45
uses: docker/setup-qemu-action@v3
46
with:
47
platforms: all
48
49
- name: Build wheels
50
- if: ${{ matrix.arch == "auto" }}
+ if: ${{ matrix.arch == 'auto' }}
51
uses: pypa/cibuildwheel@v3.0.1
52
53
package-dir: .
54
output-dir: wheelhouse
55
config-file: "{package}/pyproject.toml"
56
57
58
59
60
env:
61
CIBW_ARCHS: ${{ matrix.arch }}
0 commit comments