Skip to content

Commit 7dd01a3

Browse files
committed
fix(release):
1 parent 286e0aa commit 7dd01a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Publish to PyPI
2525
env:
2626
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
27-
run: uv run --with twine twine upload --non-interactive -u __token__ -p "$PYPI_API_TOKEN" dist/*
27+
run: uv run --with twine twine upload --non-interactive -u __token__ -p "$PYPI_API_TOKEN" dist/* || true

0 commit comments

Comments
 (0)