Skip to content

Commit

Permalink
fix(ci/release): make the final release step depend on the windows bu…
Browse files Browse the repository at this point in the history
…ild step as well (#225)

Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke authored Apr 5, 2024
1 parent 763d26f commit 8169053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: [linux, macos]
needs: [linux, macos, windows]
steps:
- name: Download Linux 3.8 wheels for x86-64
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 8169053

Please sign in to comment.