We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db81f9e commit cd7ca85Copy full SHA for cd7ca85
.github/workflows/manylinux2010.yml
@@ -29,7 +29,7 @@ jobs:
29
auditwheel show dist/xmlsec-${{ env.PKGVER }}-${{ matrix.python-abi }}-linux_x86_64.whl
30
auditwheel repair dist/xmlsec-${{ env.PKGVER }}-${{ matrix.python-abi }}-linux_x86_64.whl
31
ls -l wheelhouse/
32
- auditwheel show wheelhouse/xmlsec-${{ env.PKGVER }}-${{ matrix.python-abi }}-manylinux2010_x86_64.whl
+ auditwheel show wheelhouse/xmlsec-${{ env.PKGVER }}-${{ matrix.python-abi }}-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
33
- name: Install test dependencies
34
run: |
35
/opt/python/${{ matrix.python-abi }}/bin/pip install --upgrade -r requirements-test.txt
0 commit comments