Skip to content

Commit

Permalink
needs を忘れてた
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Jun 16, 2023
1 parent 129935d commit ef8412f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ jobs:
path: dist/

publish_wheel:
# if: contains(github.ref, 'tags/202')
needs:
- build_linux_macos
- build_windows
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ef8412f

Please sign in to comment.