Skip to content

Commit 1c3007e

Browse files
Do not publish on Test PyPI
1 parent 412a00f commit 1c3007e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
--sdist
2626
--wheel
2727
--outdir dist/
28-
- name: Publish distribution 📦 to Test PyPI
29-
uses: pypa/gh-action-pypi-publish@release/v1
30-
with:
31-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
32-
repository-url: https://test.pypi.org/legacy/
3328
- name: Publish distribution 📦 to PyPI
3429
if: startsWith(github.ref, 'refs/tags')
3530
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)