Skip to content

Commit b0bb16d

Browse files
committed
Upgrade cibuildwheel
1 parent cb576cd commit b0bb16d

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
@@ -71,13 +71,13 @@ jobs:
7171
run: brew unlink pcre2
7272

7373
- name: Build wheels
74-
uses: pypa/cibuildwheel@v2.20.0
74+
uses: pypa/cibuildwheel@v3.0
7575
with:
7676
output-dir: dist
7777
package-dir: ./${{ needs.build_sdist.outputs.sdist_name }}
7878
env:
7979
CIBW_ARCHS: ${{ matrix.arch }}
80-
CIBW_SKIP: cp36-* cp38-macosx_arm64 pp*
80+
CIBW_SKIP: cp38-macosx_arm64
8181
CIBW_ENVIRONMENT: UWSGI_PROFILE=pyuwsginossl
8282
CIBW_TEST_COMMAND: "pyuwsgi --help"
8383
CIBW_BEFORE_BUILD_MACOS: "find . -name '*.o' -delete && IS_MACOS=1 ./pre_build.sh"

0 commit comments

Comments
 (0)