File tree Expand file tree Collapse file tree 1 file changed +22
-21
lines changed
Expand file tree Collapse file tree 1 file changed +22
-21
lines changed Original file line number Diff line number Diff line change 11name : build-wheels-push
22
3- on : push
3+ on : []
4+ # on: push
45
56# on:
67# release:
@@ -110,28 +111,28 @@ jobs:
110111 repository-url : https://test.pypi.org/legacy/
111112 verbose : true
112113
113- upload_pypi :
114- name : >-
115- Publish highspy to PyPI
116- runs-on : ubuntu-latest
117- needs : [build_wheels, build_sdist]
114+ # upload_pypi:
115+ # name: >-
116+ # Publish highspy to PyPI
117+ # runs-on: ubuntu-latest
118+ # needs: [build_wheels, build_sdist]
118119
119- # upload to PyPI on every tag starting with 'v'
120- # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
120+ # # upload to PyPI on every tag starting with 'v'
121+ # # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
121122
122- environment :
123- name : pypi
124- url : https://pypi.org/p/highspy
123+ # environment:
124+ # name: pypi
125+ # url: https://pypi.org/p/highspy
125126
126- permissions :
127- id-token : write # IMPORTANT: mandatory for trusted publishing
127+ # permissions:
128+ # id-token: write # IMPORTANT: mandatory for trusted publishing
128129
129- steps :
130- - uses : actions/download-artifact@v4
131- with :
132- pattern : cibw-*
133- path : dist
134- merge-multiple : true
130+ # steps:
131+ # - uses: actions/download-artifact@v4
132+ # with:
133+ # pattern: cibw-*
134+ # path: dist
135+ # merge-multiple: true
135136
136- - name : Download all
137- uses : pypa/gh-action-pypi-publish@release/v1
137+ # - name: Download all
138+ # uses: pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments