From 3e4aaeef9cf51bc224a2be69e6db8fbd0c1b7990 Mon Sep 17 00:00:00 2001 From: Albert Zeyer Date: Tue, 6 Dec 2022 13:28:39 +0100 Subject: [PATCH] CI publish potential fix 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 f73837b54..6a41a8fbd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,7 @@ jobs: # https://github.com/marketplace/actions/pypi-publish - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@release/v1.5 + uses: pypa/gh-action-pypi-publish@unstable/v1 with: user: __token__ password: ${{ secrets.pypi_password }}