Skip to content

Commit 5ac097f

Browse files
committed
uploading SDist to PyPI
1 parent 4fec05d commit 5ac097f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -133,18 +133,18 @@ jobs:
133133
134134
135135
136-
#
137-
# upload_pypi:
138-
# needs: [ build_wheels, build_sdist ] # last but not least
139-
# runs-on: ubuntu-latest
140-
# if: startsWith(github.event.ref, 'refs/tags')
141-
# steps:
142-
# - uses: actions/download-artifact@v2
143-
# with:
144-
# name: artifact
145-
# path: dist
146-
#
147-
# - uses: pypa/gh-action-pypi-publish@master
148-
# with:
149-
# user: __token__
150-
# password: ${{ secrets.blosc_pypi_secret }}
136+
137+
upload_pypi:
138+
needs: [ build_sdist ] # last but not least
139+
runs-on: ubuntu-latest
140+
if: startsWith(github.event.ref, 'refs/tags')
141+
steps:
142+
- uses: actions/download-artifact@v2
143+
with:
144+
name: artifact
145+
path: dist
146+
147+
- uses: pypa/gh-action-pypi-publish@master
148+
with:
149+
user: __token__
150+
password: ${{ secrets.blosc_pypi_secret }}

0 commit comments

Comments
 (0)