Skip to content

Commit 65ebf5e

Browse files
Update python-publish.yml
1 parent 57e3d6c commit 65ebf5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@ jobs:
4141
python-version: "3.x"
4242

4343
- name: Set up QEMU
44-
if: ${{ matrix.arch != "auto" }}
44+
if: ${{ matrix.arch != 'auto' }}
4545
uses: docker/setup-qemu-action@v3
4646
with:
4747
platforms: all
4848

4949
- name: Build wheels
50-
if: ${{ matrix.arch == "auto" }}
50+
if: ${{ matrix.arch == 'auto' }}
5151
uses: pypa/cibuildwheel@v3.0.1
5252
with:
5353
package-dir: .
5454
output-dir: wheelhouse
5555
config-file: "{package}/pyproject.toml"
5656

5757
- name: Build wheels
58-
if: ${{ matrix.arch != "auto" }}
58+
if: ${{ matrix.arch != 'auto' }}
5959
uses: pypa/cibuildwheel@v3.0.1
6060
env:
6161
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)