Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
laurahanu committed Feb 1, 2024
1 parent 94ee789 commit 3a4647b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
environment: pypi
permissions:
id-token: PYPI_TOKEN
id-token: ${{ secrets.PYPI_TOKEN }}

steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 3a4647b

Please sign in to comment.