From 1f2d022a4682a8f2d39afcedf2a48581322a3d3f Mon Sep 17 00:00:00 2001 From: Nick Watts Date: Fri, 3 Sep 2021 13:39:58 -0400 Subject: [PATCH] Use branch of PyPI publish action instead of release --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0b02c311..36ed6e05 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: - name: Create distributions run: python setup.py sdist bdist_wheel - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1 + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}