File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments