From cdbb6e560ec8f41b7d583c9da5a632320257b154 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Mon, 30 Sep 2024 11:22:07 -0700 Subject: [PATCH] DO NOT MERGE: testing release environment permissions --- .github/workflows/wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5ed6992e..5f832522 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -105,7 +105,7 @@ jobs: permissions: id-token: write # Only publish release to PyPI when a github release is created. - if: github.event_name == 'release' && github.event.action == 'published' + # if: github.event_name == 'release' && github.event.action == 'published' steps: - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: @@ -117,5 +117,5 @@ jobs: - name: List files run: ls -l dist/ - - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2 + # - name: Publish package distributions to PyPI + # uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2