From 75fee2d6226692b6e90746099ba973db504a83da Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Feb 2024 23:04:26 +0000 Subject: [PATCH] chore(deps): update jrubics/poetry-publish action to v2 --- .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 6dadbd0..6f1cc39 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@v1.17 + uses: https://github.com/JRubics/poetry-publish@v2.0 with: pypi_token: ${{ secrets.PYPI_TOKEN }}