Skip to content

Commit

Permalink
Wait for wasm build before release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Feb 13, 2024
1 parent d1bb799 commit 30d521c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:

release:
name: create release
needs: [build_wheels, build_sdist_python_wheel]
needs: [build_wheels, build_sdist_python_wheel, build_wasm_wheel]
runs-on: ubuntu-latest
steps:
- name: Download artifact
Expand Down

0 comments on commit 30d521c

Please sign in to comment.