From 75bf35dfc40b6dace8ff85542ad0a73505228dd3 Mon Sep 17 00:00:00 2001 From: Kien Dang Date: Thu, 6 Apr 2023 23:00:11 +0800 Subject: [PATCH] Update pypi publishing github action --- .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 29bb7d1..271642c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: pip install wheel python setup.py sdist - name: Publish a Python distribution to PyPI - uses: pypa/gh-action-pypi-publish@v1.1.0 + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.pypi_password }}