From a23f46eaef1bdeb4622c6da55b7ce94073789a8d Mon Sep 17 00:00:00 2001 From: Nuri Jung Date: Fri, 1 Nov 2024 16:50:51 +0900 Subject: [PATCH] ci(gha): workaround pypa publish Possibly related issue: pypa/gh-action-pypi-publish#283. --- .github/workflows/_pypi-publish.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_pypi-publish.yaml b/.github/workflows/_pypi-publish.yaml index 31af1cc0..50d80d9a 100644 --- a/.github/workflows/_pypi-publish.yaml +++ b/.github/workflows/_pypi-publish.yaml @@ -36,7 +36,9 @@ jobs: path: dist merge-multiple: true - - uses: pypa/gh-action-pypi-publish@release/v1 + - uses: pypa/gh-action-pypi-publish@v1.10.3 + with: + verbose: true # https://packaging.python.org/en/latest/specifications/version-specifiers/#public-version-identifiers # Check if the version ends with a/b/rc or .dev (could also include post release number)