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 c00e50a commit abd5826Copy full SHA for abd5826
.github/workflows/build_wheels_and_release.yml
@@ -58,7 +58,7 @@ jobs:
58
user: __token__
59
password: ${{ secrets.PYPI_API_TOKEN }}
60
repository-url: https://test.pypi.org/legacy/
61
- packages-dir: dist/*
+ packages-dir: dist/*/wheelhouse
62
63
create_release:
64
name: Create Release
0 commit comments