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 a918df6 commit 8b51137Copy full SHA for 8b51137
.github/workflows/rw_python_package.yaml
@@ -165,11 +165,12 @@ jobs:
165
--verbose
166
else
167
echo "Publishing to PyPI..."
168
- uv publish --token ${{ secrets.PYPI_API_TOKEN }} --verbose
+ uv publish \
169
+ --token ${{ secrets.PYPI_API_TOKEN }} \
170
+ --verbose
171
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