Skip to content

Commit 3903e7d

Browse files
author
Joao Felipe Rocha
committed
Removing upload to TestPy
1 parent b84a803 commit 3903e7d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
--outdir dist/
3535
.
3636
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/
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/
4343

4444
- name: Publish distribution 📦 to PyPI
4545
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)