Skip to content

Commit 9594896

Browse files
committed
fix typo
1 parent e9776f5 commit 9594896

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/cibuildwheels@2.17.0
45+
uses: pypa/cibuildwheel@2.17.0
4646
env:
4747
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
4848
CIBW_BUILD: ${{ matrix.python_tag }}

0 commit comments

Comments
 (0)