Skip to content

Commit

Permalink
Comment-out deployment to PyPI for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtvs committed Sep 21, 2024
1 parent 6ac1c5b commit 0f45bf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_n_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
name: package-artifacts
path: dist/

- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1
with:
password: ${{ secrets.pypi_password }}
# - name: Publish package to PyPI
# uses: pypa/gh-action-pypi-publish@v1
# with:
# password: ${{ secrets.pypi_password }}

0 comments on commit 0f45bf9

Please sign in to comment.