We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e82c6 commit 6a7f322Copy full SHA for 6a7f322
.github/workflows/publish-to-pypi.yaml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
environment:
38
name: pypi
39
- url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
+ url: https://pypi.org/p/annotated-logger
40
permissions:
41
id-token: write # IMPORTANT: mandatory for trusted publishing
42
@@ -100,7 +100,7 @@ jobs:
100
101
102
name: testpypi
103
- url: https://test.pypi.org/p/<package-name>
+ url: https://test.pypi.org/p/annotated-logger
104
105
106
0 commit comments