From 8aa50cb4a44e40e550c831f95ca77eea9b5ca49d Mon Sep 17 00:00:00 2001 From: David Rubinstein Date: Fri, 19 Apr 2024 19:29:19 -0400 Subject: [PATCH] Use v1 tag of pypa publishing action --- .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 388391d..58771d3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: python -m build twine check dist/* - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}