From 057558f091e40fab53cde038ccb39c6c9fb82d56 Mon Sep 17 00:00:00 2001 From: Omer Cohen Date: Thu, 22 Sep 2022 10:53:47 +0300 Subject: [PATCH] chore(release): Change publish action to prod pypi (#50) --- .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 7c0fee06..666ac75b 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 }}