Skip to content

Commit

Permalink
Fix incorrect url
Browse files Browse the repository at this point in the history
  • Loading branch information
halbow committed Apr 14, 2024
1 parent 75be301 commit 15767cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

environment:
name: testpypi
url: https://test.pypi.org/p/struct-ify
url: https://test.pypi.org/p/struuuctify

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand All @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/struct-ify
url: https://pypi.org/p/struuuctify
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

Expand Down

0 comments on commit 15767cc

Please sign in to comment.