Skip to content

Commit

Permalink
Remove publish to Test PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-stytch committed Mar 7, 2024
1 parent 2759811 commit 26bd43f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ jobs:
done
echo "diff=$FOUND" >> $GITHUB_OUTPUT
- name: Publish distribution to Test PyPI
env:
api_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
if: steps.diff.outputs.diff != 0 && env.api_token != ''
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
env:
api_token: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 26bd43f

Please sign in to comment.