From e36e52bce19d0a5aa97f71cf8e3c0f41d58a9602 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sat, 25 Jan 2025 19:40:59 +0100 Subject: [PATCH] Update pypa-action & set verbose debugging --- .github/workflows/pypi-publish.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 5bfc9a5..1f57435 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -56,13 +56,16 @@ jobs: - name: Publish package 📦 to Test PyPI if: github.event_name == 'push' - uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 + uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc with: repository-url: https://test.pypi.org/legacy/ + verbose: true - name: Publish package 📦 to PyPI if: github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 + uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc + with: + verbose: true # [1] https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet # Used actions: (updates managed by dependabot)