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 c8b3e66 commit 00c8783Copy full SHA for 00c8783
.github/workflows/main.yml
@@ -79,12 +79,12 @@ jobs:
79
run: |
80
invoke dist
81
82
- - name: Publish 🐍 distribution 📦 to Test PyPI
83
- uses: pypa/gh-action-pypi-publish@release/v1
84
- with:
85
- user: __token__
86
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
87
- repository_url: https://test.pypi.org/legacy/
+ # - name: Publish 🐍 distribution 📦 to Test PyPI
+ # uses: pypa/gh-action-pypi-publish@release/v1
+ # with:
+ # user: __token__
+ # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ # repository_url: https://test.pypi.org/legacy/
88
89
- name: Publish 🐍 distribution 📦 to PyPI
90
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments