We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4a9ac commit 0abb932Copy full SHA for 0abb932
1 file changed
.github/workflows/cleanup-python.yml
@@ -1,4 +1,4 @@
1
-name: Cleanup dev versions on TestPyPI
+name: cleanup python
2
3
on:
4
workflow_dispatch:
@@ -29,7 +29,7 @@ jobs:
29
--username "$PYPI_USERNAME" \
30
--password "$PYPI_PASSWORD" \
31
--repository-url https://test.pypi.org/legacy/ \
32
- --project libnvme \
+ --package libnvme \
33
--keep ${{ github.event.inputs.keep-last }} \
34
--version-regex '.*\.dev[0-9]+' \
35
$([ "${{ github.event.inputs.dry-run }}" == "true" ] && echo "--dry-run")
0 commit comments