Skip to content

Commit

Permalink
DO NOT MERGE: testing release environment permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Sep 30, 2024
1 parent 6195394 commit 1439f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 1439f25

Please sign in to comment.