We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f5182 commit 340cee8Copy full SHA for 340cee8
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Copy wheel
43
run: cp dist/editdistpy-*.tar.gz editdistpy.tar.gz
44
- name: Build wheel
45
- uses: pypa/cibuildwheel@v2.17.0
+ uses: pypa/cibuildwheel@v2.1.3
46
env:
47
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
48
CIBW_BUILD: ${{ matrix.python_tag }}
0 commit comments