Skip to content

Commit 1704fac

Browse files
authored
Fix publish.yml
1 parent c07f26f commit 1704fac

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/publish.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
# `if` required because a workflow run is triggered regardless of
1212
# the result of the previous workflow (see the documentation page)
1313
if: ${{ github.event.workflow_run.conclusion == 'success' }}
14-
needs: [test]
1514
strategy:
1615
fail-fast: false
1716
matrix:
@@ -48,15 +47,15 @@ jobs:
4847
CIBW_ARCHS_LINUX: auto aarch64
4948
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
5049
CIBW_BUILD: |
51-
${{ matrix.cp }}-manylinux_x86_64
52-
${{ matrix.cp }}-manylinux_i686
53-
${{ matrix.cp }}-manylinux_aarch64
54-
${{ matrix.cp }}-win_amd64
55-
${{ matrix.cp }}-win32
56-
${{ matrix.cp }}-macosx_x86_64
57-
${{ matrix.cp }}-macosx_arm64
58-
${{ matrix.cp }}-macosx_universal2
59-
# Disabled repair wheel since the fmob lib is not compatible
50+
${{ matrix.cp }}-manylinux_x86_64
51+
${{ matrix.cp }}-manylinux_i686
52+
${{ matrix.cp }}-manylinux_aarch64
53+
${{ matrix.cp }}-win_amd64
54+
${{ matrix.cp }}-win32
55+
${{ matrix.cp }}-macosx_x86_64
56+
${{ matrix.cp }}-macosx_arm64
57+
${{ matrix.cp }}-macosx_universal2
58+
# Disabled repair wheel since the fmob lib is not compatible
6059
CIBW_REPAIR_WHEEL_COMMAND: ""
6160
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'mv {wheel} {dest_dir}/"$(basename {wheel} | sed "s/-linux_/-manylinux_2_17_/")"'
6261
CIBW_TEST_REQUIRES: pytest

0 commit comments

Comments
 (0)