Skip to content

Commit

Permalink
Delete test publish until the project is accepted (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Jan 25, 2024
1 parent 670d5c2 commit d26a02c
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 @@ -47,12 +47,6 @@ jobs:
--sdist
--wheel
--outdir dist/
- name: Publish distribution to Test PyPI
if: contains(github.ref, 'main')
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')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit d26a02c

Please sign in to comment.