user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- - name: Publish package to PyPI
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
- uses: pypa/gh-action-pypi-publish@release/v1
- with:
- user: __token__
- password: ${{ secrets.PYPI_API_TOKEN }}
+ # - name: Publish package to PyPI
+ # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ # uses: pypa/gh-action-pypi-publish@release/v1
+ # with:
+ # user: __token__
+ # password: ${{ secrets.PYPI_API_TOKEN }}