From 1c454185078a58e448f70461806adf3f3b1af9a2 Mon Sep 17 00:00:00 2001 From: corey Date: Mon, 11 Dec 2023 13:20:23 -0600 Subject: [PATCH] WiP: Publishing: Ensure cleanup after release to pypi --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8bf88cab..9d966d4e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -364,7 +364,7 @@ jobs: commit: ${{ github.sha }} tag: ${{ env.tag }} cleanup: - needs: [build, puublish_to_pypi_test, release] + needs: [build, puublish_to_pypi_test, puublish_to_pypi, release] runs-on: ubuntu-latest if: ${{ always() }} steps: