From 3a630c5f1c771fb27b407860d684da879d14e622 Mon Sep 17 00:00:00 2001 From: studioj <22102283+studioj@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:13:38 +0100 Subject: [PATCH] debug: run a verbose test pypi release to see the errors (#1927) * debug: run a verbose test pypi release to see the errors * fix: replace deprecated repository_url by repository-url --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abb29e773..706f1f7bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,8 +44,9 @@ jobs: github.event_name == 'release' uses: pypa/gh-action-pypi-publish@release/v1 with: + verbose: true password: ${{ secrets.testpypi_password }} - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/ - name: Publish to pypi.org if: >- # "create" workflows run separately from "push" & "pull_request"