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.
list-pypi-files
1 parent 6ea19ca commit f5c3f95Copy full SHA for f5c3f95
1 file changed
.github/workflows/ci.yml
@@ -256,9 +256,10 @@ jobs:
256
tree -a sdist-files
257
258
- name: extract and list wheel file
259
- run: |
260
- ls dist/*cp37-abi3-manylinux*x86_64.whl | head -n 1
261
- python -m zipfile --list `ls dist/*cp37-abi3-manylinux*x86_64.whl | head -n 1`
+ run: ls dist/*cp312-manylinux_2_17_x86_64*.whl | head -n 1
+
+ - name: extract and list wheel file
262
+ run: python -m zipfile --list `ls dist/*cp312-manylinux_2_17_x86_64*.whl | head -n 1`
263
264
- run: pip install twine
265
- run: twine check dist/*
0 commit comments