Skip to content

Commit

Permalink
Fix workflow dependency for building and publishing to TestPyPI
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <[email protected]>
  • Loading branch information
thombashi committed Aug 22, 2024
1 parent 9321fa1 commit 1f0eb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_default_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: ./dist/*

publish-package:
needs: build-package
needs: build-wheel-package
runs-on: ubuntu-latest
concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref_name }}-publish-pkg
Expand Down

0 comments on commit 1f0eb57

Please sign in to comment.