From 0ad4ac32ac6f91b163fd297656d47ef249173951 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Mon, 25 Jan 2021 18:38:17 -0700 Subject: [PATCH] Update gh-action-pypi-publish --- .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 b378d1344..b3dd911c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,7 +53,7 @@ jobs: pip install --upgrade setuptools wheel python setup.py ${{ matrix.distribution }} - name: Publish - uses: pypa/gh-action-pypi-publish@v1.0.0a0 + uses: pypa/gh-action-pypi-publish@v1.4.1 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}