We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5bbd8 commit 0a55720Copy full SHA for 0a55720
.github/workflows/cd.yaml
@@ -112,7 +112,7 @@ jobs:
112
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
113
if: startsWith(github.ref, 'refs/tags/')
114
with:
115
- files: '*.whl'
+ files: 'dist/*.whl'
116
publish:
117
name: Publish
118
runs-on: ubuntu-latest
@@ -128,4 +128,4 @@ jobs:
128
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
129
130
command: upload
131
- args: --non-interactive --skip-existing *
+ args: --non-interactive --skip-existing dist/*.whl
0 commit comments