We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07279cf commit ddbfeecCopy full SHA for ddbfeec
.github/workflows/publish-to-pypi.yml
@@ -30,11 +30,11 @@ jobs:
30
--wheel
31
--outdir dist/
32
.
33
- - name: Publish distribution 📦 to Test PyPI
34
- uses: pypa/gh-action-pypi-publish@master
35
- with:
36
- password: ${{ secrets.test_pypi_password }}
37
- repository_url: https://test.pypi.org/legacy/
+ #- name: Publish distribution 📦 to Test PyPI
+ # uses: pypa/gh-action-pypi-publish@master
+ # with:
+ # password: ${{ secrets.test_pypi_password }}
+ # repository_url: https://test.pypi.org/legacy/
38
- name: Publish distribution 📦 to PyPI
39
if: startsWith(github.ref, 'refs/tags')
40
uses: pypa/gh-action-pypi-publish@master
0 commit comments