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 3bff492 + 312af65 commit 7e39955Copy full SHA for 7e39955
.github/workflows/build-wheels.yml
@@ -24,7 +24,7 @@ jobs:
24
os: ubuntu-latest
25
python_impl: Pyodide
26
env:
27
- BUILD_COMMIT: "maintenance/0.14.x" # or a specific version, e.g., v0.13.1
+ BUILD_COMMIT: "v0.14.3" # or a specific version, e.g., v0.13.1
28
CIBW_BUILD: ${{ matrix.python }}-*
29
CIBW_ARCHS_LINUX: "x86_64 aarch64"
30
# No support for pypy, musl, Win32 for 3.10+
0 commit comments