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 b84a803 commit 3903e7dCopy full SHA for 3903e7d
.github/workflows/deploy.yml
@@ -34,12 +34,12 @@ jobs:
34
--outdir dist/
35
.
36
37
- - name: Publish distribution 📦 to Test PyPI
38
- uses: pypa/gh-action-pypi-publish@release/v1
39
- with:
40
- skip_existing: true
41
- password: ${{ secrets.test_pypi_password }}
42
- repository_url: https://test.pypi.org/legacy/
+ # - name: Publish distribution 📦 to Test PyPI
+ # uses: pypa/gh-action-pypi-publish@release/v1
+ # with:
+ # skip_existing: true
+ # password: ${{ secrets.test_pypi_password }}
+ # repository_url: https://test.pypi.org/legacy/
43
44
- name: Publish distribution 📦 to PyPI
45
if: startsWith(github.ref, 'refs/tags')
0 commit comments