Skip to content

Commit c6f4155

Browse files
committed
✏️ Adjust the step naming to be more clear what it did.
1 parent c578dfe commit c6f4155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rw_python_package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)