From 00ef5718860a5c16ca7d9ec0474a9fa6e3d5745b Mon Sep 17 00:00:00 2001 From: Albert Zeyer Date: Wed, 7 Dec 2022 00:55:25 +0100 Subject: [PATCH] CI publish, again revert to v1.4 https://github.com/pypa/gh-action-pypi-publish/issues/112 --- .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 a3b5188fa..2dad6a9ed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,7 @@ jobs: # https://github.com/marketplace/actions/pypi-publish - name: Publish to PyPI # https://github.com/pypa/gh-action-pypi-publish/issues/112 - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@release/v1.4 with: user: __token__ password: ${{ secrets.pypi_password }}