Skip to content

Commit cd7ca85

Browse files
committed
adjust to PEP 600 changes
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
1 parent db81f9e commit cd7ca85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manylinux2010.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
auditwheel show dist/xmlsec-${{ env.PKGVER }}-${{ matrix.python-abi }}-linux_x86_64.whl
3030
auditwheel repair dist/xmlsec-${{ env.PKGVER }}-${{ matrix.python-abi }}-linux_x86_64.whl
3131
ls -l wheelhouse/
32-
auditwheel show wheelhouse/xmlsec-${{ env.PKGVER }}-${{ matrix.python-abi }}-manylinux2010_x86_64.whl
32+
auditwheel show wheelhouse/xmlsec-${{ env.PKGVER }}-${{ matrix.python-abi }}-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
3333
- name: Install test dependencies
3434
run: |
3535
/opt/python/${{ matrix.python-abi }}/bin/pip install --upgrade -r requirements-test.txt

0 commit comments

Comments
 (0)