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 fd12f71 commit 68d3753Copy full SHA for 68d3753
.github/workflows/package-release.yaml
@@ -202,6 +202,7 @@ jobs:
202
- name: Publish to PyPI
203
if: ${{ steps.semantic-release.outputs.new_release_published == 'true' && inputs.release-dry-run != 'true' }}
204
# uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # ratchet:pypa/gh-action-pypi-publish@release/v1
205
+ continue-on-error: true
206
run: uv publish
207
env:
208
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
0 commit comments