Skip to content

Commit 7f0a276

Browse files
committed
Remove test pypi publishing
1 parent 659e5e5 commit 7f0a276

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ jobs:
3434
fetch-depth: 0 # needed by setuptools-scm
3535
- name: Build dists
3636
run: python -m tox
37-
- name: Publish to test.pypi.org
38-
uses: pypa/gh-action-pypi-publish@master
39-
with:
40-
password: ${{ secrets.testpypi_password }}
41-
repository_url: https://test.pypi.org/legacy/
4237
- name: Publish to pypi.org
4338
uses: pypa/gh-action-pypi-publish@master
4439
with:

0 commit comments

Comments
 (0)