diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d765f4fe26..c1ff87590e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -163,31 +163,6 @@ jobs: if-no-files-found: error compression-level: 0 - check: - name: Check wheels - - runs-on: ubuntu-latest - - needs: - - build-x86_64 - - build-arm64 - - steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - - name: Setup Python - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 - with: - python-version: ${{ env.STABLE_PYTHON_VERSION }} - cache: pip - - - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4 - with: - path: wheelhouse - - - run: | - pipx run twine check --strict wheelhouse/* - publish: name: Publish wheels and sdist