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 ac68486 commit 39f0258Copy full SHA for 39f0258
1 file changed
.github/workflows/pypi-release.yml
@@ -67,7 +67,7 @@ jobs:
67
run: python -m cibuildwheel --output-dir dist/
68
69
- name: Validate wheels for Pypi
70
- run: twine check dist/*
+ run: pip list
71
72
- name: Upload wheels
73
uses: actions/upload-artifact@v4
0 commit comments