From 151b90bb45f4662e5b1465e3d17241c704ae7470 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Tue, 13 Aug 2024 11:11:27 +0200 Subject: [PATCH] ci: Remove testpypi upload (#2) --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6086b8..ef713e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,9 +39,5 @@ jobs: with: name: artifact path: dist - - name: Publish package on TestPyPi - uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 - with: - repository-url: https://test.pypi.org/legacy/ - name: Publish package on PyPi uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0