Skip to content

Commit 12580c9

Browse files
fix wheel generation
1 parent 400bcb8 commit 12580c9

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
CIBW_BUILD: cp312-*
3232
CIBW_SKIP: pp* *-musllinux_*
3333
CIBW_ARCHS_MACOS: arm64
34+
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=26.0
3435

3536
- name: Upload native wheel artifacts
3637
uses: actions/upload-artifact@v4

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
root_is_pure = false

0 commit comments

Comments
 (0)