We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741bdbe commit b6e9f30Copy full SHA for b6e9f30
1 file changed
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
63
build_wheels:
64
name: Build wheels
65
- needs: [build_data, build_sdist]
+ needs: [build_sdist]
66
strategy:
67
matrix:
68
os: [ubuntu-22.04, windows-2022, macos-13, macos-14]
@@ -259,7 +259,7 @@ jobs:
259
260
upload:
261
name: Upload packages
262
- needs: [build_data, build_sdist, build_wheels, check]
+ needs: [check]
263
runs-on: ubuntu-22.04
264
environment: PyPI
265
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
0 commit comments