From fa998c20939af1ae6a387eeb165c17c7e4a91f49 Mon Sep 17 00:00:00 2001 From: Isra Mekki <98828872+IsraMekki0@users.noreply.github.com> Date: Wed, 8 May 2024 14:43:44 +0200 Subject: [PATCH] use Pypi instead of test pypi --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fe5ab5..1eaf40c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,4 +33,4 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.AUTH_TOKEN }} run: | - twine upload --repository-url=https://test.pypi.org/legacy/ dist/* + twine upload dist/*