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 5020f98 + 4d11663 commit 632de16Copy full SHA for 632de16
.github/workflows/build-wheels.yml
@@ -19,7 +19,7 @@ jobs:
19
python: [cp39, cp310, cp311, cp312]
20
os: [ubuntu-latest, windows-latest, macOS-latest]
21
env:
22
- BUILD_COMMIT: "0.14.2" # or a specific version, e.g., v0.13.1
+ BUILD_COMMIT: "v0.14.2" # or a specific version, e.g., v0.13.1
23
CIBW_BUILD: ${{ matrix.python }}-*
24
CIBW_ARCHS_LINUX: "x86_64 aarch64"
25
CIBW_ARCHS_MACOS: "x86_64 arm64"
0 commit comments