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 f5bb2ca commit 61f9194Copy full SHA for 61f9194
.github/workflows/pypipublish.yml
@@ -34,11 +34,11 @@ jobs:
34
--wheel
35
--outdir dist/
36
.
37
- - name: Publish distribution 📦 to Test PyPI
38
- uses: pypa/gh-action-pypi-publish@release/v1
39
- with:
40
- password: ${{ secrets.PYPI_TEST_KEY }}
41
- repository-url: https://test.pypi.org/legacy/
+ # - name: Publish distribution 📦 to Test PyPI
+ # uses: pypa/gh-action-pypi-publish@release/v1
+ # with:
+ # password: ${{ secrets.PYPI_TEST_KEY }}
+ # repository-url: https://test.pypi.org/legacy/
42
- name: Publish distribution 📦 to PyPI
43
uses: pypa/gh-action-pypi-publish@release/v1
44
with:
0 commit comments