Skip to content

Commit 0d71546

Browse files
authored
Move the env URL comment inline @ pypi job
1 parent 234b18c commit 0d71546

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/guides/github-actions-ci-cd-sample/publish-to-test-pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
environment:
3838
name: pypi
39-
# Replace <package-name> below with your PyPI project name:
40-
url: https://pypi.org/p/<package-name>
39+
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
4140
permissions:
4241
id-token: write # IMPORTANT: mandatory for trusted publishing
4342

0 commit comments

Comments
 (0)