Skip to content

Commit 097c33e

Browse files
fix: github action publish package
1 parent e22da88 commit 097c33e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: ${{ env.PYPI_TOKEN }}
46-
run: uv publish --retry 3
46+
run: uv publish
4747

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

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)