Skip to content

Commit 3df8214

Browse files
authored
Update release CI
1 parent 5942ea2 commit 3df8214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
name: Release
262262
runs-on: ubuntu-latest
263263
if: "startsWith(github.ref, 'refs/tags/')"
264-
needs: [lint, linux, windows, macos, sdist]
264+
needs: [lint, linux, linux-cross, musllinux, musllinux-cross, windows, macos, sdist]
265265
steps:
266266
- uses: actions/download-artifact@v3
267267
with:

0 commit comments

Comments
 (0)