Skip to content

Commit 15f1dff

Browse files
fix: github action publish package
1 parent 5eb7738 commit 15f1dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template-python/{{cookiecutter.project_slug}}/.github/workflows/release_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Publish to PyPI
4444
env:
4545
UV_PUBLISH_TOKEN: {% raw %}${{ env.PYPI_TOKEN }}{% endraw %}
46-
run: uv publish --retry 3
46+
run: uv publish
4747

4848
- name: Release
4949
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)