From f858d8597c8967fbc9f57c519e2731dc47c19e3c Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Wed, 4 Dec 2024 14:35:04 +0100 Subject: [PATCH] verbose Signed-off-by: Gabriele Santomaggio --- .github/workflows/publish-pypi.yaml | 6 +++++- .github/workflows/publish-release.yaml | 4 +--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-pypi.yaml b/.github/workflows/publish-pypi.yaml index 501cec5..6dc9510 100644 --- a/.github/workflows/publish-pypi.yaml +++ b/.github/workflows/publish-pypi.yaml @@ -35,6 +35,10 @@ jobs: poetry build # retrieve your distributions here - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@v1.12.2 + uses: pypa/gh-action-pypi-publish@release/v1 + with: + verbose: true + attestations: false + diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index f21f7e0..7cf362e 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -11,9 +11,7 @@ jobs: id-token: write uses: ./.github/workflows/publish-pypi.yaml with: - pypi_repository_url: https://upload.pypi.org/legacy/ - verbose: true - attestations: false + pypi_repository_url: https://upload.pypi.org/legacy/ secrets: pypi_api_login: __token__ pypi_api_password: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file