Skip to content

Commit

Permalink
remove deployment to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
codingfabi committed May 5, 2024
1 parent dafb4db commit 74c6c38
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,3 @@ jobs:
poetry config pypi-token.testpypi ${{ secrets.TEST_PYPI_API_TOKEN }}
poetry build
poetry publish -r testpypi
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
poetry build
poetry publish

0 comments on commit 74c6c38

Please sign in to comment.