We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559e6be commit 9edaba3Copy full SHA for 9edaba3
.github/workflows/build-wheels.yml
@@ -86,8 +86,6 @@ jobs:
86
87
build_wheels:
88
name: Wheel ${{ matrix.buildplat[0] }}-${{ matrix.buildplat[1] }}-${{ matrix.python }}
89
- # TODO(paris): Add this back once generate_backwards_compatibility_data is confirmed to work.
90
- # needs: generate_backwards_compatibility_data
91
runs-on: ${{ matrix.buildplat[0] }}
92
strategy:
93
matrix:
@@ -144,7 +142,7 @@ jobs:
144
142
path: dist/*.tar.gz
145
143
146
upload_pypi:
147
- needs: [build_wheels, build_sdist]
+ needs: [build_wheels, build_sdist, generate_backwards_compatibility_data]
148
runs-on: ubuntu-latest
149
environment: pypi
150
permissions:
0 commit comments