We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286e0aa commit 7dd01a3Copy full SHA for 7dd01a3
.github/workflows/release.yml
@@ -24,4 +24,4 @@ jobs:
24
- name: Publish to PyPI
25
env:
26
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
27
- run: uv run --with twine twine upload --non-interactive -u __token__ -p "$PYPI_API_TOKEN" dist/*
+ run: uv run --with twine twine upload --non-interactive -u __token__ -p "$PYPI_API_TOKEN" dist/* || true
0 commit comments