From 10a08de5407a5bfdb0e033decd8e4f3e598db84d Mon Sep 17 00:00:00 2001 From: Gk Date: Wed, 1 Apr 2026 18:08:15 +0530 Subject: [PATCH] fix: use release/v1 branch ref for pypi-publish (Docker image needs branch ref) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c94e5c2..ab3cc6b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,4 +25,4 @@ jobs: run: python -m build - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@106e0b0b7c337fa67ed433972f777c6357f78598 # v1.13.0 + uses: pypa/gh-action-pypi-publish@release/v1