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 a6c5cbc commit 6b84c48Copy full SHA for 6b84c48
1 file changed
.github/workflows/pypi-release.yml
@@ -76,7 +76,7 @@ jobs:
76
run: python -m build --wheel --outdir dist/
77
78
- name: Validate wheel for Pypi
79
- run: python -m twine check dist*
+ run: python -m twine check dist/*
80
81
- name: Upload built archives
82
uses: actions/upload-artifact@v4
0 commit comments