Skip to content

Commit 57c5cc1

Browse files
authored
Update publish-to-test-pypi.yml
1 parent b86a0ca commit 57c5cc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
--sdist
3030
--wheel
3131
--outdir dist/
32-
33-
# - name: Publish distribution to Test PyPI
34-
# uses: pypa/gh-action-pypi-publish@release/v1
35-
# with:
36-
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
37-
# repository_url: https://test.pypi.org/legacy/
32+
33+
- name: Publish distribution to Test PyPI
34+
uses: pypa/gh-action-pypi-publish@release/v1
35+
with:
36+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
37+
repository_url: https://test.pypi.org/legacy/
3838

3939
- name: Publish distribution to PyPI
4040
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)