Skip to content

Commit

Permalink
fix name in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kukas committed Nov 27, 2023
1 parent 6e4cea5 commit 719864f
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 @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
url: https://pypi.org/p/ word-alignment-visualization
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

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

environment:
name: testpypi
url: https://test.pypi.org/p/<package-name>
url: https://test.pypi.org/p/word-alignment-visualization

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

0 comments on commit 719864f

Please sign in to comment.