We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9776f5 commit 9594896Copy full SHA for 9594896
.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/cibuildwheels@2.17.0
+ uses: pypa/cibuildwheel@2.17.0
46
env:
47
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
48
CIBW_BUILD: ${{ matrix.python_tag }}
0 commit comments