From 316790e464df6c6d5e7297edb06ff37b4ecc4e12 Mon Sep 17 00:00:00 2001 From: Kien Dang Date: Sat, 27 May 2023 19:12:50 +0800 Subject: [PATCH] Set pypi GH action to latest v1 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 139c6f683..5d5ae2724 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: pip install wheel python setup.py sdist bdist_wheel - name: Publish a Python distribution to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.6 + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.pypi_password }}