From 6a2bcce5e1c44e8e77ac6765430359f841b63e4b Mon Sep 17 00:00:00 2001 From: Jacob Callahan Date: Mon, 13 Jun 2022 09:03:38 -0400 Subject: [PATCH] Update pypi-publish to correct version This action uses a different way of specifying the version, so updating it to the correct way. --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index ccb799c..73b8408 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -29,7 +29,7 @@ jobs: python -m twine check dist/* - name: Build and publish - uses: pypa/gh-action-pypi-publish@v1 + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}