From 9a70065b4958f1c6d133889a9b0cbb53a099c0c4 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 2 Oct 2024 15:56:28 +0200 Subject: [PATCH] fix --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 376e02b..7ef8d9c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -112,6 +112,4 @@ jobs: name: pyrasa_dist path: dist/ - name: Publish distribution 📦 to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://pypi.org/legacy/ \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file