Skip to content

Commit 0a55720

Browse files
committed
fix: update artifact paths
1 parent 0a5bbd8 commit 0a55720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
113113
if: startsWith(github.ref, 'refs/tags/')
114114
with:
115-
files: '*.whl'
115+
files: 'dist/*.whl'
116116
publish:
117117
name: Publish
118118
runs-on: ubuntu-latest
@@ -128,4 +128,4 @@ jobs:
128128
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
129129
with:
130130
command: upload
131-
args: --non-interactive --skip-existing *
131+
args: --non-interactive --skip-existing dist/*.whl

0 commit comments

Comments
 (0)