Skip to content

Commit fc51753

Browse files
committed
fix check_dist
1 parent b32a1b7 commit fc51753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252

253253
check_dist:
254254
name: Check dist
255-
needs: [build_wheels, build_manylinux2010_wheels, build_sdist, test_sdist, bootstrap_build]
255+
needs: [build_wheels, build_sdist, test_sdist, bootstrap_build]
256256
runs-on: ubuntu-latest
257257
steps:
258258
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)