Skip to content

Commit

Permalink
Update continuous_delivery.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharbar1 authored Aug 21, 2024
1 parent f1d832d commit 92caf05
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/continuous_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 92caf05

Please sign in to comment.