Skip to content

Commit a7bfe0e

Browse files
authored
updated
1 parent bfb9fe6 commit a7bfe0e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
--wheel
2727
--outdir dist/
2828
.
29-
- name: Publish distribution 📦 to Test PyPI
30-
uses: pypa/gh-action-pypi-publish@release/v1
31-
with:
32-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
33-
repository_url: https://test.pypi.org/legacy/
34-
skip_existing: true
29+
# - name: Publish distribution 📦 to Test PyPI
30+
# uses: pypa/gh-action-pypi-publish@release/v1
31+
# with:
32+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
33+
# repository_url: https://test.pypi.org/legacy/
34+
# skip_existing: true
3535
- name: Publish distribution 📦 to PyPI
3636
if: startsWith(github.ref, 'refs/tags')
3737
uses: pypa/gh-action-pypi-publish@release/v1
3838
with:
39-
password: ${{ secrets.PYPI_API_TOKEN }}
39+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)