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 3b078d0 commit 1fc4d0bCopy full SHA for 1fc4d0b
.github/workflows/pypi.yml
@@ -9,15 +9,15 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
- os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-15-intel, macos-latest]
13
steps:
14
- uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
- name: Build wheels
18
uses: pypa/cibuildwheel@v2.23.3
19
env:
20
- CIBW_SKIP: "cp36-* cp37-* pp36-* pp37-*"
+ CIBW_SKIP: "cp36-* cp37-* pp*"
21
- uses: actions/upload-artifact@v4
22
23
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
0 commit comments