File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 path : dist/
132132 retention-days : 30
133133
134- - name : Setup PyPI OIDC Authentication
134+ - name : Publish to PyPI using OIDC Authentication
135135 if : contains(fromJSON('["publish-pypi", "publish-testpypi"]'), inputs.operation) && inputs.auth-method == 'oidc'
136136 uses : pypa/gh-action-pypi-publish@release/v1
137137 with :
@@ -140,7 +140,7 @@ jobs:
140140 packages-dir : dist/
141141 repository-url : ${{ inputs.operation == 'publish-testpypi' && 'https://test.pypi.org/legacy/' || 'https://upload.pypi.org/legacy/' }}
142142
143- - name : Setup PyPI Token Authentication
143+ - name : Publish to PyPI using Token Authentication
144144 if : contains(fromJSON('["publish-pypi", "publish-testpypi"]'), inputs.operation) && inputs.auth-method == 'token'
145145 env :
146146 UV_PUBLISH_TOKEN : ${{ inputs.operation == 'publish-pypi' && secrets.PYPI_API_TOKEN || secrets.TEST_PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments