From bb56b62475703f888d9a8445f8db6e4d01054dd7 Mon Sep 17 00:00:00 2001 From: lochhh Date: Tue, 4 Feb 2025 16:41:38 +0000 Subject: [PATCH] Use pypa/gh-action-pypi-publish stable release v1 --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 0a9e14d1..ec92a346 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -203,7 +203,7 @@ jobs: with: name: artifact path: dist - - uses: pypa/gh-action-pypi-publish@v1.12.3 + - uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.TWINE_API_KEY }}