Skip to content

Commit

Permalink
WiP: Publishing: Ensure cleanup after release to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Dec 11, 2023
1 parent 9536b90 commit 1c45418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1c45418

Please sign in to comment.