Skip to content

Commit 6a7f322

Browse files
committed
Actually use project name
1 parent 49e82c6 commit 6a7f322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
environment:
3838
name: pypi
39-
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
39+
url: https://pypi.org/p/annotated-logger
4040
permissions:
4141
id-token: write # IMPORTANT: mandatory for trusted publishing
4242

@@ -100,7 +100,7 @@ jobs:
100100

101101
environment:
102102
name: testpypi
103-
url: https://test.pypi.org/p/<package-name>
103+
url: https://test.pypi.org/p/annotated-logger
104104

105105
permissions:
106106
id-token: write # IMPORTANT: mandatory for trusted publishing

0 commit comments

Comments
 (0)