From 92caf05da60df27c20706130c560843bab841d8f Mon Sep 17 00:00:00 2001 From: shaharbar1 <33932594+shaharbar1@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:28:22 +0300 Subject: [PATCH] Update continuous_delivery.yml --- .github/workflows/continuous_delivery.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/continuous_delivery.yml b/.github/workflows/continuous_delivery.yml index b746a99..3d0e16f 100644 --- a/.github/workflows/continuous_delivery.yml +++ b/.github/workflows/continuous_delivery.yml @@ -41,11 +41,6 @@ jobs: echo "Version ${{ env.PACKAGE_VERSION }} already exists." exit 0 fi - - name: Build and publish to pypi - if: ${{ success() && matrix.python-version == 3.8 }} - run: | - poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }} - poetry publish --build - name: Create a Git tag if: ${{ success() && matrix.python-version == 3.8 }} run: |