Skip to content

Commit 8fdb3b6

Browse files
committed
ci: Fix uploads of releases
1 parent b207b60 commit 8fdb3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ jobs:
205205
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
206206
with:
207207
command: upload
208-
args: --skip-existing *
208+
args: --skip-existing dist/*

0 commit comments

Comments
 (0)