From 9e55a45e1ad7874de6fb2b6273cf7d0edfcea624 Mon Sep 17 00:00:00 2001 From: geisserml Date: Thu, 19 Dec 2024 20:45:29 +0100 Subject: [PATCH] Comment TestPyPI back in --- .github/workflows/main.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 67718585f..5a71ec17a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -210,12 +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 - # attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440 + - 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