Skip to content

Commit

Permalink
Update release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Nov 6, 2023
1 parent 5942ea2 commit 3df8214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [lint, linux, windows, macos, sdist]
needs: [lint, linux, linux-cross, musllinux, musllinux-cross, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 3df8214

Please sign in to comment.