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 5e66709 commit 2ea7492Copy full SHA for 2ea7492
.github/workflows/python-publish.yml
@@ -103,7 +103,7 @@ jobs:
103
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
104
with:
105
command: upload
106
- args: --non-interactive --skip-existing wheels-*
+ args: --non-interactive --skip-existing wheels-*/*
107
108
deploy:
109
runs-on: ubuntu-latest
0 commit comments