Skip to content

Commit

Permalink
ci: (temporary fix) comment out test pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
chanshing committed Apr 12, 2024
1 parent 90c60f7 commit 8541a4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
python -m pip install dist/*.gz
python -c "import stepcount; print(stepcount.__version__)"
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
# - name: Publish distribution 📦 to Test PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository-url: https://test.pypi.org/legacy/

- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 8541a4e

Please sign in to comment.