Skip to content

Commit 340cee8

Browse files
committed
drop cibuildwheel versin
1 parent 76f5182 commit 340cee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Copy wheel
4343
run: cp dist/editdistpy-*.tar.gz editdistpy.tar.gz
4444
- name: Build wheel
45-
uses: pypa/cibuildwheel@v2.17.0
45+
uses: pypa/cibuildwheel@v2.1.3
4646
env:
4747
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
4848
CIBW_BUILD: ${{ matrix.python_tag }}

0 commit comments

Comments
 (0)