Skip to content

Commit 8fd2ed4

Browse files
committed
Plugged into the upload workflow
1 parent dc0a2f7 commit 8fd2ed4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/cleanup_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: cleanup_pypi.yml
22
on:
3+
workflow_call:
34
workflow_dispatch:
45
inputs:
56
dry-run:
67
description: List packages that would be deleted but don't delete them
78
type: boolean
89
default: false
9-
workflow_call:
1010
jobs:
1111
cleanup_pypi:
1212
name: Remove Nightlies from PyPI

.github/workflows/upload_to_pypi.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,8 @@ jobs:
105105
with:
106106
repository-url: 'https://${{ vars.PYPI_HOST }}/legacy/'
107107
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

Comments
 (0)