From b8e68854a4a8f0d98c5948be9934a34032299b68 Mon Sep 17 00:00:00 2001 From: Lucian Buzzo Date: Thu, 11 Sep 2025 20:01:09 +0100 Subject: [PATCH] chore: update pypa/gh-action-pypi-publish to use latest release version --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index efc3f6f..2a3ae6b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -52,6 +52,6 @@ jobs: run: python -m build - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.10.2 + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file