From 08041a27365a7e6e6dd88faa56526e78f55887b9 Mon Sep 17 00:00:00 2001 From: geisserml Date: Thu, 19 Dec 2024 20:23:34 +0100 Subject: [PATCH] publish: disable attestations, tmp comment out CC https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440 --- .github/workflows/main.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index dfb47ae5c..67718585f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -210,11 +210,12 @@ jobs: # https://docs.pypi.org/trusted-publishers/using-a-publisher/ # https://github.com/pypa/gh-action-pypi-publish - - name: Publish to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ - packages-dir: dist/ # the default + # - name: Publish to TestPyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # repository-url: https://test.pypi.org/legacy/ + # packages-dir: dist/ # the default + # attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440 - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1