Skip to content

Commit 5c68d0c

Browse files
authored
Update wheels.yml
1 parent 92ab03d commit 5c68d0c

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/wheels.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -122,24 +122,24 @@ jobs:
122122
with:
123123
name: python-wheels-${{ matrix.os.runner }}
124124
path: ./wheelhouse/*.whl
125-
upload_wheels:
126-
name: Upload Wheels
127-
runs-on: ubuntu-latest
128-
# Specifying a GitHub environment is optional, but strongly encouraged
129-
environment: pypi
130-
permissions:
131-
# IMPORTANT: this permission is mandatory for Trusted Publishing
132-
id-token: write
133-
needs: build_wheels
134-
steps:
135-
- uses: actions/download-artifact@v4
136-
with:
137-
path: "."
138-
pattern: python-wheels-*
139-
merge-multiple: true
140-
- run: |
141-
ls
142-
mkdir -p ./dist
143-
mv *.whl ./dist
144-
- name: Publish
145-
uses: pypa/gh-action-pypi-publish@release/v1
125+
# upload_wheels:
126+
# name: Upload Wheels
127+
# runs-on: ubuntu-latest
128+
# # Specifying a GitHub environment is optional, but strongly encouraged
129+
# environment: pypi
130+
# permissions:
131+
# # IMPORTANT: this permission is mandatory for Trusted Publishing
132+
# id-token: write
133+
# needs: build_wheels
134+
# steps:
135+
# - uses: actions/download-artifact@v4
136+
# with:
137+
# path: "."
138+
# pattern: python-wheels-*
139+
# merge-multiple: true
140+
# - run: |
141+
# ls
142+
# mkdir -p ./dist
143+
# mv *.whl ./dist
144+
# - name: Publish
145+
# uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)