From 4a2f512f4de675cd3901b0e79b2cdc7c71023cd8 Mon Sep 17 00:00:00 2001 From: Albert Zeyer Date: Tue, 6 Dec 2022 14:52:16 +0100 Subject: [PATCH] CI publish potential fix https://github.com/pypa/gh-action-pypi-publish/issues/112 --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6a41a8fbd..b9931d520 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,8 @@ jobs: # https://github.com/marketplace/actions/pypi-publish - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@unstable/v1 + # https://github.com/pypa/gh-action-pypi-publish/issues/112 + uses: pypa/gh-action-pypi-publish@release/v1.4 with: user: __token__ password: ${{ secrets.pypi_password }}