From 80ca84b2633b92f24360c64842be42bbc7b128d3 Mon Sep 17 00:00:00 2001 From: ShawnDeng-code Date: Sun, 16 Feb 2025 20:19:53 +0800 Subject: [PATCH] fix: github action publish package --- .../.github/workflows/release_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template-python/{{cookiecutter.project_slug}}/.github/workflows/release_build.yaml b/template-python/{{cookiecutter.project_slug}}/.github/workflows/release_build.yaml index 91479d7..50eb788 100644 --- a/template-python/{{cookiecutter.project_slug}}/.github/workflows/release_build.yaml +++ b/template-python/{{cookiecutter.project_slug}}/.github/workflows/release_build.yaml @@ -43,7 +43,7 @@ jobs: - name: Publish to PyPI env: UV_PUBLISH_TOKEN: {% raw %}${{ env.PYPI_TOKEN }}{% endraw %} - run: uv publish --retry 3 + run: uv publish - name: Release uses: softprops/action-gh-release@v2