Skip to content

Commit b6e9f30

Browse files
committed
Reduce CI workflow needs to their minimum
1 parent 741bdbe commit b6e9f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
build_wheels:
6464
name: Build wheels
65-
needs: [build_data, build_sdist]
65+
needs: [build_sdist]
6666
strategy:
6767
matrix:
6868
os: [ubuntu-22.04, windows-2022, macos-13, macos-14]
@@ -259,7 +259,7 @@ jobs:
259259

260260
upload:
261261
name: Upload packages
262-
needs: [build_data, build_sdist, build_wheels, check]
262+
needs: [check]
263263
runs-on: ubuntu-22.04
264264
environment: PyPI
265265
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)