We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0a2f7 commit 8fd2ed4Copy full SHA for 8fd2ed4
.github/workflows/cleanup_pypi.yml
@@ -1,12 +1,12 @@
1
name: cleanup_pypi.yml
2
on:
3
+ workflow_call:
4
workflow_dispatch:
5
inputs:
6
dry-run:
7
description: List packages that would be deleted but don't delete them
8
type: boolean
9
default: false
- workflow_call:
10
jobs:
11
cleanup_pypi:
12
name: Remove Nightlies from PyPI
.github/workflows/upload_to_pypi.yml
@@ -105,3 +105,8 @@ jobs:
105
with:
106
repository-url: 'https://${{ vars.PYPI_HOST }}/legacy/'
107
packages-dir: packages
108
+
109
+ cleanup_nightlies:
110
+ name: Remove Nightlies from PyPI
111
+ needs: publish-pypi
112
+ uses: ./.github/workflows/cleanup_pypi.yml
0 commit comments