Skip to content

Commit 1181a3f

Browse files
ankith26Starbuck5
authored andcommitted
Fix manylinux-aarch64 usage in release
1 parent 953dbec commit 1181a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-gh-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/build-ubuntu-sdist.yml
1919

2020
draft-release:
21-
needs: [manylinux-aarch64, manylinux, macos, windows, sdist]
21+
needs: [manylinux, macos, windows, sdist]
2222
runs-on: ubuntu-latest
2323
permissions:
2424
id-token: write

0 commit comments

Comments
 (0)