Skip to content

Commit

Permalink
pypi add
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcaptcha committed Mar 14, 2024
1 parent b81ffb4 commit d0ddbe2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
--wheel
--outdir dist/
.
- name: Publish to Test PyPI
continue-on-error: true
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit d0ddbe2

Please sign in to comment.