Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
* Fix environment name
* Fix package URL
  • Loading branch information
rhohndorf authored Apr 2, 2024
1 parent 62684bc commit a5c0a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
name: release
url: https://pypi.org/p/pydantic-gbnf-gammar-generator # Replace <package-name> with your PyPI project name
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

Expand Down

0 comments on commit a5c0a49

Please sign in to comment.