From 476525fd5a61bccc1a5a6c1e1658badf7aa7cc02 Mon Sep 17 00:00:00 2001 From: Jens de Bruijn Date: Fri, 16 Aug 2024 12:13:48 +0200 Subject: [PATCH] release to normal PyPi --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 36862aa..b290572 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,4 +25,4 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI }} run: | - python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* \ No newline at end of file + python -m twine upload --repository-url https://pypi.org/legacy/ dist/* \ No newline at end of file