Skip to content

Commit 87369d2

Browse files
chore: update build system to a non-buggy version
1 parent 9caf1aa commit 87369d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-qemu-action@v2
2626

2727
- name: Build wheels
28-
uses: pypa/[email protected].2
28+
uses: pypa/[email protected].5
2929
# to supply options, put them in 'env', like:
3030
env:
3131
CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install cython oldest-supported-numpy scikit-build

0 commit comments

Comments
 (0)