From 8761f63503f8888ae0db7e733bd0681f335b95b8 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:04:04 +0200 Subject: [PATCH] Bump cucumber/action-publish-pypi to v3 It fixes the issue with projects without `setup.py`, which is the case for this repo. --- .github/workflows/release-pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pypi.yaml b/.github/workflows/release-pypi.yaml index 366e264f2..9b562cb6a 100644 --- a/.github/workflows/release-pypi.yaml +++ b/.github/workflows/release-pypi.yaml @@ -26,6 +26,6 @@ jobs: - name: Show Python version run: python --version - - uses: cucumber/action-publish-pypi@v2.0.0 + - uses: cucumber/action-publish-pypi@v3.0.0 with: working-directory: "python"