From 04155b75200448423f5dd2d0d961aaa0a6d2d2e4 Mon Sep 17 00:00:00 2001 From: Lucas Camillo Date: Sat, 8 Mar 2025 16:30:31 +0000 Subject: [PATCH] fixed naming issue --- .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 7e16993..83aba23 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,6 +25,6 @@ jobs: poetry build - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.10 + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }}