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 1b48afb commit 2aa3841Copy full SHA for 2aa3841
.github/workflows/workflow.yml
@@ -36,11 +36,11 @@ jobs:
36
--wheel
37
--outdir dist/
38
.
39
- - name: Publish distribution 📦 to Test PyPI
40
- uses: pypa/gh-action-pypi-publish@master
41
- with:
42
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
43
- 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_API_TOKEN }}
+# repository_url: https://test.pypi.org/legacy/
44
- name: Publish distribution 📦 to PyPI
45
if: startsWith(github.ref, 'refs/tags')
46
uses: pypa/gh-action-pypi-publish@master
0 commit comments