Skip to content

Commit 2aa3841

Browse files
authored
Update workflow.yml
1 parent 1b48afb commit 2aa3841

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
--wheel
3737
--outdir dist/
3838
.
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/
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/
4444
- name: Publish distribution 📦 to PyPI
4545
if: startsWith(github.ref, 'refs/tags')
4646
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)