From 52b0475da456c724276c357c938848c956a43907 Mon Sep 17 00:00:00 2001 From: Mary Solbrig Date: Wed, 23 Jul 2025 20:57:50 -0700 Subject: [PATCH] Update release.yml Fixing issue with pypi publish: https://github.com/tecton-ai/tecton-http-client-python/actions/runs/16487227290/job/46614242053 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00613a79..f8d341f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: path: ./dist - name: Push build artifacts to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.14 + uses: pypa/gh-action-pypi-publish@v1.12.4 add-to-github-release: name: sign the artifacts and add them to the github release