Skip to content

Commit

Permalink
update project address
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Jan 4, 2024
1 parent 5c7e8a9 commit f3a526a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/toqito # Replace <package-name> with your PyPI project name
url: https://pypi.org/project/toqito # Replace <package-name> with your PyPI project name
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

environment:
name: testpypi
url: https://test.pypi.org/p/<package-name>
url: https://test.pypi.org/project/toqito

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand Down

0 comments on commit f3a526a

Please sign in to comment.