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 cb576cd commit b0bb16dCopy full SHA for b0bb16d
.github/workflows/build.yml
@@ -71,13 +71,13 @@ jobs:
71
run: brew unlink pcre2
72
73
- name: Build wheels
74
- uses: pypa/cibuildwheel@v2.20.0
+ uses: pypa/cibuildwheel@v3.0
75
with:
76
output-dir: dist
77
package-dir: ./${{ needs.build_sdist.outputs.sdist_name }}
78
env:
79
CIBW_ARCHS: ${{ matrix.arch }}
80
- CIBW_SKIP: cp36-* cp38-macosx_arm64 pp*
+ CIBW_SKIP: cp38-macosx_arm64
81
CIBW_ENVIRONMENT: UWSGI_PROFILE=pyuwsginossl
82
CIBW_TEST_COMMAND: "pyuwsgi --help"
83
CIBW_BEFORE_BUILD_MACOS: "find . -name '*.o' -delete && IS_MACOS=1 ./pre_build.sh"
0 commit comments