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.
2 parents 17b40e5 + 0a01d91 commit e42e132Copy full SHA for e42e132
.github/workflows/build-wheels.yml
@@ -21,7 +21,7 @@ jobs:
21
python: [cp38, cp39, cp310, cp311, cp312]
22
os: [ubuntu-latest, windows-latest, macOS-latest]
23
env:
24
- BUILD_COMMIT: "v0.14.0" # or a specific version, e.g., v0.13.1
+ BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
25
CIBW_BUILD: ${{ matrix.python }}-*
26
CIBW_ARCHS_LINUX: "x86_64 aarch64"
27
CIBW_ARCHS_MACOS: "x86_64 arm64"
0 commit comments