Skip to content

Commit cbc2c33

Browse files
committed
Comment out upload_pypi job in build_deploy workflow
1 parent 76e182e commit cbc2c33

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/build_deploy.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)