Skip to content

Commit

Permalink
revert trusted publishers
Browse files Browse the repository at this point in the history
  • Loading branch information
szn committed Apr 10, 2024
1 parent 8d05a62 commit 2a57cb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
with:
skip-existing: true
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 comments on commit 2a57cb6

Please sign in to comment.