Skip to content

Commit a2fe95b

Browse files
committed
Fix typo
1 parent 2003158 commit a2fe95b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if: matrix.os == 'ubuntu-latest' && matrix.python-ver == '3.10'
7676
uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2010_x86_64
7777
with:
78-
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313''
78+
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313'
7979

8080
- name: upload manylinux
8181
if: matrix.os == 'ubuntu-latest' && matrix.python-ver == '3.10'

0 commit comments

Comments
 (0)