Skip to content

Commit 2117f19

Browse files
committed
highspy already on pypi, disable push wheel workflow until the next release.
1 parent fa40bdf commit 2117f19

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

.github/workflows/build-wheels-push.yml

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 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

0 commit comments

Comments
 (0)