Skip to content

Commit

Permalink
fix: Wrong pypi url in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang committed Jun 17, 2024
1 parent 26eb38d commit 3fae2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/<your-pypi-project-name>
url: https://pypi.org/p/asdf-pydantic/
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

Expand Down

0 comments on commit 3fae2be

Please sign in to comment.