From 1fee0296bac2e5510ee78c86bcbaa1423fa6298f Mon Sep 17 00:00:00 2001 From: Chang Huan Lo Date: Tue, 4 Feb 2025 17:31:51 +0000 Subject: [PATCH] Use pypa/gh-action-pypi-publish stable release v1 (#72) --- .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 d97698f..21a67af 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -81,7 +81,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 }}