Skip to content

Commit 4710442

Browse files
committed
🧑‍💻 Just for test.
1 parent 90f256f commit 4710442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rw_python_package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ jobs:
159159
# UV publish with token authentication
160160
if [ "${{ inputs.operation }}" = "publish-testpypi" ]; then
161161
echo "Publishing to TestPyPI..."
162-
# uv publish --publish-url https://test.pypi.org/legacy/ --token ${{ secrets.TEST_PYPI_API_TOKEN }} --verbose
163162
uv publish \
164163
--publish-url https://test.pypi.org/legacy/ \
165164
--username __token__ \
@@ -171,6 +170,7 @@ jobs:
171170
fi
172171
173172
echo "✅ Published to ${{ inputs.operation == 'publish-pypi' && 'PyPI' || 'TestPyPI' }} successfully"
173+
# uv publish --publish-url https://test.pypi.org/legacy/ --token ${{ secrets.TEST_PYPI_API_TOKEN }} --verbose
174174

175175
- name: Operation summary
176176
run: |

0 commit comments

Comments
 (0)