diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 55c41b595dc..b481eaab7ad 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -196,13 +196,11 @@ jobs: path: dist/*.tar.gz pypi-publish: - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + # TEMP for testing + # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') needs: [build, windows, sdist] runs-on: ubuntu-latest name: Upload release to PyPI - environment: - name: release-pypi - url: https://pypi.org/p/Pillow permissions: id-token: write steps: