Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeguzzi committed Dec 16, 2024
1 parent 32d0492 commit 7939a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/p/navground_learning
url: https://test.pypi.org/p/navground-learning
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/navground_learning
url: https://pypi.org/p/navground-learning
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand Down

0 comments on commit 7939a9f

Please sign in to comment.