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 c5f94bb commit fe97628Copy full SHA for fe97628
2 files changed
.github/workflows/testpypi-linux.yml
@@ -1,4 +1,4 @@
1
-name: Build Linux ABI3 wheels (TestPyPI)
+name: Build Linux wheels (TestPyPI)
2
3
on:
4
push:
@@ -41,7 +41,7 @@ jobs:
41
run: python -m cibuildwheel --output-dir wheelhouse
42
env:
43
CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-*"
44
- CIBW_ARCHS_LINUX: "x86_64 arm64"
+ CIBW_ARCHS_LINUX: "auto aarch64"
45
46
- name: Upload to TestPyPI
47
run: |
.github/workflows/testpypi-macos.yml
-name: Build and upload wheels to TestPyPI
+name: Build macOS wheels (TestPyPI)
@@ -46,6 +46,7 @@ jobs:
CIBW_ENVIRONMENT: >
CC=$(brew --prefix llvm@20)/bin/clang
48
CXX=$(brew --prefix llvm@20)/bin/clang++
49
+ MACOSX_DEPLOYMENT_TARGET=11.0
50
51
52
0 commit comments