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)