We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4515c34 commit dd6be53Copy full SHA for dd6be53
.github/workflows/publish.yml
@@ -57,12 +57,12 @@ jobs:
57
name: release-dists
58
path: dist
59
60
- - name: Publish to TestPyPI
61
- uses: pypa/gh-action-pypi-publish@release/v1
62
- with:
63
- repository_url: https://test.pypi.org/legacy/
64
- user: __token__
65
- password: ${{ secrets.test_pypi_password }}
+ # - name: Publish to TestPyPI
+ # uses: pypa/gh-action-pypi-publish@release/v1
+ # with:
+ # repository_url: https://test.pypi.org/legacy/
+ # user: __token__
+ # password: ${{ secrets.test_pypi_password }}
66
67
- name: Publish to PyPI
68
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments