Skip to content

Commit 0e08696

Browse files
committed
Fix release workflow
1 parent 1c168ec commit 0e08696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ jobs:
122122
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
123123
with:
124124
command: upload
125-
args: --skip-existing *
125+
args: --skip-existing dist/*
126126

0 commit comments

Comments
 (0)