File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 --wheel
2727 --outdir dist/
2828 .
29- - name : Publish distribution 📦 to Test PyPI
30- uses : pypa/gh-action-pypi-publish@release/v1
31- with :
32- password : ${{ secrets.TEST_PYPI_API_TOKEN }}
33- repository_url : https://test.pypi.org/legacy/
34- skip_existing : true
29+ # - name: Publish distribution 📦 to Test PyPI
30+ # uses: pypa/gh-action-pypi-publish@release/v1
31+ # with:
32+ # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
33+ # repository_url: https://test.pypi.org/legacy/
34+ # skip_existing: true
3535 - name : Publish distribution 📦 to PyPI
3636 if : startsWith(github.ref, 'refs/tags')
3737 uses : pypa/gh-action-pypi-publish@release/v1
3838 with :
39- password : ${{ secrets.PYPI_API_TOKEN }}
39+ password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments