Skip to content

Commit bb8b352

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rw_python_package.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ jobs:
161161
echo "Publishing to TestPyPI..."
162162
uv publish \
163163
--publish-url https://test.pypi.org/legacy/ \
164-
--username __token__ \
165-
--password ${{ secrets.TEST_PYPI_API_TOKEN }} \
164+
--token ${{ secrets.TEST_PYPI_API_TOKEN }} \
166165
--verbose
167166
else
168167
echo "Publishing to PyPI..."

0 commit comments

Comments
 (0)