Skip to content

Commit

Permalink
Fix deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankSpruce committed Jan 10, 2025
1 parent 572c0eb commit dbff768
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
repository_url: https://test.pypi.org/legacy/
environment: pypi
permissions:
id-token: write

- name: Publish distribution package to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
environment: pypi
permissions:
id-token: write

0 comments on commit dbff768

Please sign in to comment.