From 9f2b5e0bbb4af3572f9a50347d80945494d5dca6 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Mon, 15 Sep 2025 08:22:58 -0700 Subject: [PATCH] Update wheels.yml --- .github/workflows/wheels.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 40e7e4c4d..db9580801 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -122,24 +122,3 @@ jobs: with: name: python-wheels-${{ matrix.os.runner }} path: ./wheelhouse/*.whl - # upload_wheels: - # name: Upload Wheels - # runs-on: ubuntu-latest - # # Specifying a GitHub environment is optional, but strongly encouraged - # environment: pypi - # permissions: - # # IMPORTANT: this permission is mandatory for Trusted Publishing - # id-token: write - # needs: build_wheels - # steps: - # - uses: actions/download-artifact@v4 - # with: - # path: "." - # pattern: python-wheels-* - # merge-multiple: true - # - run: | - # ls - # mkdir -p ./dist - # mv *.whl ./dist - # - name: Publish - # uses: pypa/gh-action-pypi-publish@release/v1