Skip to content

Commit

Permalink
Update publish_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileDeBruyn authored Apr 24, 2024
1 parent f044003 commit 50c846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
url: https://pypi.org/p/SPEADI # Replace <package-name> with your PyPI project name
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

Expand Down

0 comments on commit 50c846a

Please sign in to comment.