File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -122,24 +122,24 @@ jobs:
122
122
with :
123
123
name : python-wheels-${{ matrix.os.runner }}
124
124
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
You can’t perform that action at this time.
0 commit comments