Skip to content

Commit 8b51137

Browse files
committed
♻️ Clear the command line.
1 parent a918df6 commit 8b51137

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rw_python_package.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,12 @@ jobs:
165165
--verbose
166166
else
167167
echo "Publishing to PyPI..."
168-
uv publish --token ${{ secrets.PYPI_API_TOKEN }} --verbose
168+
uv publish \
169+
--token ${{ secrets.PYPI_API_TOKEN }} \
170+
--verbose
169171
fi
170172
171173
echo "✅ Published to ${{ inputs.operation == 'publish-pypi' && 'PyPI' || 'TestPyPI' }} successfully"
172-
# uv publish --publish-url https://test.pypi.org/legacy/ --token ${{ secrets.TEST_PYPI_API_TOKEN }} --verbose
173174
174175
- name: Operation summary
175176
run: |

0 commit comments

Comments
 (0)