From 343588f867e65e5c5521a52c1a5ffed874ddec3c Mon Sep 17 00:00:00 2001 From: Kien Dang Date: Sat, 27 May 2023 21:26:52 +0800 Subject: [PATCH] Set pypi GH action to latest v1 (#1415) --- .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 }}