We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f96e4 commit 0270d23Copy full SHA for 0270d23
.github/workflows/release.yml
@@ -22,13 +22,6 @@ jobs:
22
shell: bash -l {0}
23
run: python setup.py sdist bdist_wheel
24
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
-
32
- name: Publish package to PyPI
33
if: github.repository == 'dask/dask-mpi' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
34
uses: pypa/gh-action-pypi-publish@master
0 commit comments