From fbb1a5a6e7c71c80e2b2cdf4d5f0cc76250e1c25 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Sat, 13 Aug 2022 08:41:29 -0400 Subject: [PATCH] Update pypi release action. --- .github/workflows/pypi_upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index 7ffbebce..acb2b16b 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -47,7 +47,7 @@ jobs: # to upload to test pypi, pass repository_url: https://test.pypi.org/legacy/ and use secrets.TEST_PYPI_TOKEN - name: Publish a Python distribution to PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}