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 4b374bf commit 804d7f6Copy full SHA for 804d7f6
.github/workflows/release.yml
@@ -29,15 +29,14 @@ jobs:
29
matrix:
30
os: [ linux-intel, linux-arm, macos-arm ]
31
include:
32
- - archs: auto
+ - archs: auto64
33
platform: auto
34
- os: linux-intel
35
runs-on: ubuntu-latest
36
- os: linux-arm
37
runs-on: ubuntu-24.04-arm
38
# - os: windows
39
# runs-on: windows-latest
40
- # archs: AMD64
41
- os: macos-arm
42
# macos-14+ (including latest) are ARM64 runners
43
runs-on: macos-latest
@@ -51,7 +50,6 @@ jobs:
51
50
env:
52
CIBW_PLATFORM: ${{ matrix.platform }}
53
CIBW_ARCHS: ${{ matrix.archs }}
54
- CIBW_SKIP: pp*
55
MACOSX_DEPLOYMENT_TARGET: "11.0"
56
57
- uses: actions/upload-artifact@v4
0 commit comments