Skip to content

Commit

Permalink
wait for package to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksanders committed Sep 12, 2024
1 parent 1e18b00 commit b86a876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
name: Upload release to TestPyPI
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
needs:
- package
environment:
name: release
url: https://test.pypi.org/p/aardvark
Expand Down

0 comments on commit b86a876

Please sign in to comment.