Skip to content

Commit

Permalink
Match environment name with value on PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Apr 3, 2024
1 parent 00e7851 commit ad2d8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# upload to PyPI on every tag starting with 'yt_astro_analysis-'
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/yt_astro_analysis-')
environment:
name: pypi
name: upload_pypi
url: https://pypi.org/p/yt-astro-analysis
permissions:
id-token: write
Expand Down

0 comments on commit ad2d8ce

Please sign in to comment.