We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84604d2 commit af73044Copy full SHA for af73044
1 file changed
.github/workflows/wheels.yaml
@@ -30,14 +30,14 @@ jobs:
30
strategy:
31
fail-fast: false
32
matrix:
33
- os: [ubuntu-22.04, windows-2022, macos-13]
+ os: [ubuntu-22.04, macos-13]
34
steps:
35
- uses: actions/checkout@v4
36
- uses: pypa/cibuildwheel@v2.17
37
env:
38
MACOSX_DEPLOYMENT_TARGET: 10.15
39
CIBW_ARCHS_MACOS: auto universal2
40
- CIBW_SKIP: "*-manylinux_i686 *-musllinux_* *-win32 pp37-win_amd64 cp312-win_amd64"
+ CIBW_SKIP: "*-manylinux_i686 *-musllinux_*"
41
CIBW_BUILD_VERBOSITY: 1
42
- name: Verify clean directory
43
run: git diff --exit-code
0 commit comments