Skip to content

Commit

Permalink
ignore upload to testpypi and pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
xyluo25 committed Dec 23, 2024
1 parent 09fe28a commit 529ea54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
path: dist
merge-multiple: true

- name: Upload package to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
skip-existing: true
# - name: Upload package to TestPyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# repository-url: https://test.pypi.org/legacy/
# user: __token__
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# skip-existing: true

# - name: Upload package to PyPI
# if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 529ea54

Please sign in to comment.