Skip to content

Commit ec1bab2

Browse files
committed
publish.yaml: Update comments.
1 parent 6dfc8ca commit ec1bab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish python package
55
#
66
# Input options:
77
# - `pypi: test.pypi`: Publish to test.pypi.org (default).
8-
# - `pypi: pypi`: Publish to pypi.org.
8+
# - `pypi: upload.pypi`: Publish to pypi.org.
99
#
1010
# The workflow invokes the github composite action
1111
# `glenn20/python-ci/publish@v1` to publish the package.
@@ -20,7 +20,7 @@ name: Publish python package
2020
# project pages (add the name of the relevant Environment for additional
2121
# access control).
2222
# 4. Call this workflow from a parent workflow with the `pypi` input set to
23-
# "pypi" or "test.pypi" (default).
23+
# "upload.pypi" or "test.pypi" (default).
2424
#
2525
# Invoke with `uses: ./.github/workflows/publish@v1`
2626

0 commit comments

Comments
 (0)