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 1c168ec commit 0e08696Copy full SHA for 0e08696
.github/workflows/CI.yml
@@ -122,5 +122,5 @@ jobs:
122
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
123
with:
124
command: upload
125
- args: --skip-existing *
+ args: --skip-existing dist/*
126
0 commit comments