From 0c250fd2fb8943ac14de5144ff06b8e767b85ba3 Mon Sep 17 00:00:00 2001 From: Rafael Leira Date: Wed, 11 Oct 2023 13:12:47 +0200 Subject: [PATCH] debugging github actions --- .github/workflows/publish-to-test-pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index a956ad4..abed017 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -26,6 +26,8 @@ jobs: --wheel --outdir dist/ . + - name: Check git status + run: git status - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/master' uses: pypa/gh-action-pypi-publish@master