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 1f57e53 commit a317b23Copy full SHA for a317b23
.github/workflows/pypi.yml
@@ -40,14 +40,14 @@ jobs:
40
- uses: actions/[email protected]
41
42
- name: Build wheels
43
- uses: pypa/cibuildwheel@v2.19.2
+ uses: pypa/cibuildwheel@v2.21.3
44
# to supply options, put them in 'env', like:
45
env:
46
MACOSX_DEPLOYMENT_TARGET: "11.0"
47
CIBW_ARCHS: auto64
48
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
49
CIBW_BUILD: ${{ matrix.python-version }}-*
50
- CIBW_SKIP: "cp36-* cp37-* pp* *musllinux* *manylinux1* *-win32 *linux_i686 *linux_aarch64 *linux_ppc64le *linux_s390x"
+ CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *musllinux* *manylinux1* *-win32 *linux_i686 *linux_aarch64 *linux_ppc64le *linux_s390x"
51
52
- uses: actions/upload-artifact@v3
53
with:
0 commit comments