@@ -158,32 +158,32 @@ jobs:
158158 name : python-wheels-${{ matrix.os }}-${{ matrix.python-version }}-legacy
159159 path : ./bazel-bin/*.whl
160160
161- # release-wheels:
162- # name: Publish all wheels
163- # needs: [build_wheels,build_wheels_with_custom_toolchain ]
164- # runs-on: ubuntu-24.04
165-
166- # steps:
167- # - name: Download build artifacts
168- # uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
169- # with:
170- # pattern: python-wheels-*
171- # merge-multiple: true
172- # path: wheelhouse/
173-
174- # - name: Publish package to testpypi
175- # uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
176- # with:
177- # repository_url: https://test.pypi.org/legacy/
178- # user: __token__
179- # password: ${{ secrets.TEST_PYPI_TOKEN }}
180- # packages_dir: wheelhouse/
181- # verbose: true
182-
183-
184- # - name: Publish package to pypi
185- # uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
186- # with:
187- # user: __token__
188- # password: ${{ secrets.PYPI_TOKEN }}
189- # packages_dir: wheelhouse/
161+ release-wheels :
162+ name : Publish all wheels
163+ needs : [build_wheels,build_wheels_for_legacy_systems ]
164+ runs-on : ubuntu-24.04
165+
166+ steps :
167+ - name : Download build artifacts
168+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
169+ with :
170+ pattern : python-wheels-*
171+ merge-multiple : true
172+ path : wheelhouse/
173+
174+ - name : Publish package to testpypi
175+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
176+ with :
177+ repository_url : https://test.pypi.org/legacy/
178+ user : __token__
179+ password : ${{ secrets.TEST_PYPI_TOKEN }}
180+ packages_dir : wheelhouse/
181+ verbose : true
182+
183+
184+ - name : Publish package to pypi
185+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
186+ with :
187+ user : __token__
188+ password : ${{ secrets.PYPI_TOKEN }}
189+ packages_dir : wheelhouse/
0 commit comments