Skip to content

Commit 9edaba3

Browse files
authored
Add needs dependency on backwards_compatibility_data (#322)
* Add needs dependency on backwards_compatibility_data * Remove comments
1 parent 559e6be commit 9edaba3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ jobs:
8686

8787
build_wheels:
8888
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
9189
runs-on: ${{ matrix.buildplat[0] }}
9290
strategy:
9391
matrix:
@@ -144,7 +142,7 @@ jobs:
144142
path: dist/*.tar.gz
145143

146144
upload_pypi:
147-
needs: [build_wheels, build_sdist]
145+
needs: [build_wheels, build_sdist, generate_backwards_compatibility_data]
148146
runs-on: ubuntu-latest
149147
environment: pypi
150148
permissions:

0 commit comments

Comments
 (0)