We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f256f commit 4710442Copy full SHA for 4710442
.github/workflows/rw_python_package.yaml
@@ -159,7 +159,6 @@ jobs:
159
# UV publish with token authentication
160
if [ "${{ inputs.operation }}" = "publish-testpypi" ]; then
161
echo "Publishing to TestPyPI..."
162
-# uv publish --publish-url https://test.pypi.org/legacy/ --token ${{ secrets.TEST_PYPI_API_TOKEN }} --verbose
163
uv publish \
164
--publish-url https://test.pypi.org/legacy/ \
165
--username __token__ \
@@ -171,6 +170,7 @@ jobs:
171
170
fi
172
173
echo "✅ Published to ${{ inputs.operation == 'publish-pypi' && 'PyPI' || 'TestPyPI' }} successfully"
+# uv publish --publish-url https://test.pypi.org/legacy/ --token ${{ secrets.TEST_PYPI_API_TOKEN }} --verbose
174
175
- name: Operation summary
176
run: |
0 commit comments