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 6dfc8ca commit ec1bab2Copy full SHA for ec1bab2
.github/workflows/publish.yaml
@@ -5,7 +5,7 @@ name: Publish python package
5
#
6
# Input options:
7
# - `pypi: test.pypi`: Publish to test.pypi.org (default).
8
-# - `pypi: pypi`: Publish to pypi.org.
+# - `pypi: upload.pypi`: Publish to pypi.org.
9
10
# The workflow invokes the github composite action
11
# `glenn20/python-ci/publish@v1` to publish the package.
@@ -20,7 +20,7 @@ name: Publish python package
20
# project pages (add the name of the relevant Environment for additional
21
# access control).
22
# 4. Call this workflow from a parent workflow with the `pypi` input set to
23
-# "pypi" or "test.pypi" (default).
+# "upload.pypi" or "test.pypi" (default).
24
25
# Invoke with `uses: ./.github/workflows/publish@v1`
26
0 commit comments