From addbbaaf9d4c8c8d0412dd8ef6d8178acf26b585 Mon Sep 17 00:00:00 2001 From: Omer Cohen Date: Thu, 22 Sep 2022 10:10:18 +0300 Subject: [PATCH] chore(release): Change publish action to prod pypi --- .github/workflows/python-publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yaml b/.github/workflows/python-publish.yaml index 7c0fee063..666ac75bb 100644 --- a/.github/workflows/python-publish.yaml +++ b/.github/workflows/python-publish.yaml @@ -23,5 +23,4 @@ jobs: - name: Publish uses: descope/.github/.github/actions/python/poetry/publish@main with: - test: true - token: ${{ secrets.PYPI_TEST_TOKEN }} + token: ${{ secrets.PYPI_TOKEN }}