From e49d5860778016cc5dd7eddc27f444ecaa950837 Mon Sep 17 00:00:00 2001 From: lochhh Date: Tue, 4 Feb 2025 17:03:02 +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 1f472f9..533182f 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -131,7 +131,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 }}