Skip to content

Commit c6f8b6f

Browse files
committed
Fix path
1 parent 9e027cd commit c6f8b6f

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
@@ -77,4 +77,4 @@ jobs:
7777
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
7878
with:
7979
command: upload
80-
args: --skip-existing *
80+
args: --skip-existing dist/*

0 commit comments

Comments
 (0)