Skip to content

Commit eee0db6

Browse files
committed
Disable PyPI deployment properly
1 parent 9ea849d commit eee0db6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,19 @@ jobs:
105105
name: docs_html
106106
path: html/
107107

108-
# upload_pypi:
109-
# name: Deploy PyPI
110-
# needs: [build_wheels, build_sdist, build_conda]
111-
# runs-on: ubuntu-20.04
112-
# if: github.event_name == 'release' && github.event.action == 'published'
113-
#
114-
# steps:
115-
# - uses: actions/download-artifact@v2
116-
# - uses: actions/setup-python@v3
117-
# - uses: pypa/[email protected]
118-
# with:
119-
# user: __token__
120-
# password: ${{ secrets.PYPI_TOKEN }}
108+
upload_pypi:
109+
name: Deploy PyPI
110+
needs: [build_wheels, build_sdist, build_conda]
111+
runs-on: ubuntu-20.04
112+
if: github.event_name == 'release' && github.event.action == 'published'
113+
114+
steps:
115+
- uses: actions/download-artifact@v2
116+
# - uses: actions/setup-python@v3
117+
# - uses: pypa/[email protected]
118+
# with:
119+
# user: __token__
120+
# password: ${{ secrets.PYPI_TOKEN }}
121121

122122
upload_conda:
123123
name: Deploy Conda Forge

0 commit comments

Comments
 (0)