We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2003158 commit a2fe95bCopy full SHA for a2fe95b
1 file changed
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
if: matrix.os == 'ubuntu-latest' && matrix.python-ver == '3.10'
76
uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2010_x86_64
77
with:
78
- python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313''
+ python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313'
79
80
- name: upload manylinux
81
0 commit comments