From 19d9470bac1171d509cdd76d756de0b9694ef6a8 Mon Sep 17 00:00:00 2001 From: Nicholas Junge Date: Thu, 1 Feb 2024 11:32:29 +0100 Subject: [PATCH] Remove test PyPI job --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3193ce16..4c3ba306 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,10 +53,10 @@ jobs: with: name: dist path: dist - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - skip-existing: true # tolerate release package file duplicates - repository-url: https://test.pypi.org/legacy/ +# - name: Publish distribution 📦 to Test PyPI +# uses: pypa/gh-action-pypi-publish@release/v1 +# with: +# skip-existing: true # tolerate release package file duplicates +# repository-url: https://test.pypi.org/legacy/ - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1