Skip to content

Commit 0abb932

Browse files
committed
build: fix test pypi cleanup task
Signed-off-by: Daniel Wagner <[email protected]>
1 parent 8b4a9ac commit 0abb932

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cleanup-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cleanup dev versions on TestPyPI
1+
name: cleanup python
22

33
on:
44
workflow_dispatch:
@@ -29,7 +29,7 @@ jobs:
2929
--username "$PYPI_USERNAME" \
3030
--password "$PYPI_PASSWORD" \
3131
--repository-url https://test.pypi.org/legacy/ \
32-
--project libnvme \
32+
--package libnvme \
3333
--keep ${{ github.event.inputs.keep-last }} \
3434
--version-regex '.*\.dev[0-9]+' \
3535
$([ "${{ github.event.inputs.dry-run }}" == "true" ] && echo "--dry-run")

0 commit comments

Comments
 (0)