Skip to content

Commit 0270d23

Browse files
author
Kevin Paul
committed
Remove TestPyPI step
1 parent 20f96e4 commit 0270d23

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ jobs:
2222
shell: bash -l {0}
2323
run: python setup.py sdist bdist_wheel
2424

25-
- name: Publish package to TestPyPI
26-
uses: pypa/gh-action-pypi-publish@master
27-
with:
28-
user: __token__
29-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
30-
repository_url: https://test.pypi.org/legacy/
31-
3225
- name: Publish package to PyPI
3326
if: github.repository == 'dask/dask-mpi' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3427
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)