We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9caf1aa commit 87369d2Copy full SHA for 87369d2
.github/workflows/build_wheel.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: docker/setup-qemu-action@v2
26
27
- name: Build wheels
28
- uses: pypa/[email protected].2
+ uses: pypa/[email protected].5
29
# to supply options, put them in 'env', like:
30
env:
31
CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install cython oldest-supported-numpy scikit-build
0 commit comments