File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -56,21 +56,21 @@ jobs:
5656 name : cibw-sdist
5757 path : dist/*.tar.gz
5858
59- upload_pypi :
60- needs : [build_wheels, build_sdist]
61- runs-on : ubuntu-latest
62- environment : pypi
63- permissions :
64- id-token : write
65- if : github.event_name == 'release' && github.event.action == 'published'
66- steps :
67- - uses : actions/download-artifact@v4
68- with :
69- # unpacks all CIBW artifacts into dist/
70- pattern : cibw-*
71- path : dist
72- merge-multiple : true
59+ # upload_pypi:
60+ # needs: [build_wheels, build_sdist]
61+ # runs-on: ubuntu-latest
62+ # environment: pypi
63+ # permissions:
64+ # id-token: write
65+ # if: github.event_name == 'release' && github.event.action == 'published'
66+ # steps:
67+ # - uses: actions/download-artifact@v4
68+ # with:
69+ # # unpacks all CIBW artifacts into dist/
70+ # pattern: cibw-*
71+ # path: dist
72+ # merge-multiple: true
7373
74- - uses : pypa/gh-action-pypi-publish@release/v1
75- with :
76- password : ${{ secrets.PYPI_API_TOKEN }}
74+ # - uses: pypa/gh-action-pypi-publish@release/v1
75+ # with:
76+ # password: ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments