Skip to content

Commit

Permalink
🚀 Remove testpypi from worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
poneoneo committed Sep 10, 2024
1 parent 07d549d commit 25a8862
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

# - name: Publish to TestPyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# if: steps.release.outputs.released == 'true'
# with:
# repository-url: https://test.pypi.org/legacy/
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}

# - name: Test install from TestPyPI
# run: |
# pip install \
# --index-url https://test.pypi.org/simple/ \
# --extra-index-url https://pypi.org/simple \
# pycounts

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: steps.release.outputs.released == 'true'
Expand Down

0 comments on commit 25a8862

Please sign in to comment.