From ad310c1627e59ff5f68b305fc9b78a970df2330c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 24 Mar 2025 21:51:54 +0000 Subject: [PATCH] chore(deps): update https://github.com/jrubics/poetry-publish action to v2.1 --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 6f1cc39..e101188 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -13,6 +13,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build and publish to PyPI - uses: https://github.com/JRubics/poetry-publish@v2.0 + uses: https://github.com/JRubics/poetry-publish@v2.1 with: pypi_token: ${{ secrets.PYPI_TOKEN }}