From 26f469e85efb41e6fe4bf0366743ba24f3ae4938 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 21 Sep 2020 23:48:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20MAINTAIN:=20update=20GH=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 236b04aa..b4056344 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -121,7 +121,7 @@ jobs: pip install wheel python setup.py sdist bdist_wheel - name: Publish - uses: pypa/gh-action-pypi-publish@v1.1.0 + uses: pypa/gh-action-pypi-publish@v1.3.1 with: user: __token__ password: ${{ secrets.PYPI_KEY }}