Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 95b5eb4

Browse filesBrowse files
authored
Merge pull request #27779 from ksunden/ci_backports
Manual backport of dependabot cibw upgrades
2 parents 8cd2c91 + bef02fa commit 95b5eb4
Copy full SHA for 95b5eb4

File tree

Expand file treeCollapse file tree

3 files changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+7
-7
lines changed

‎.github/workflows/cibuildwheel.yml

Copy file name to clipboardExpand all lines: .github/workflows/cibuildwheel.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,39 +139,39 @@ jobs:
139139
path: dist/
140140

141141
- name: Build wheels for CPython 3.12
142-
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
142+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
143143
with:
144144
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
145145
env:
146146
CIBW_BUILD: "cp312-*"
147147
CIBW_ARCHS: ${{ matrix.cibw_archs }}
148148

149149
- name: Build wheels for CPython 3.11
150-
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
150+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
151151
with:
152152
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
153153
env:
154154
CIBW_BUILD: "cp311-*"
155155
CIBW_ARCHS: ${{ matrix.cibw_archs }}
156156

157157
- name: Build wheels for CPython 3.10
158-
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
158+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
159159
with:
160160
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
161161
env:
162162
CIBW_BUILD: "cp310-*"
163163
CIBW_ARCHS: ${{ matrix.cibw_archs }}
164164

165165
- name: Build wheels for CPython 3.9
166-
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
166+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
167167
with:
168168
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
169169
env:
170170
CIBW_BUILD: "cp39-*"
171171
CIBW_ARCHS: ${{ matrix.cibw_archs }}
172172

173173
- name: Build wheels for PyPy
174-
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
174+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
175175
with:
176176
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
177177
env:

‎.github/workflows/cygwin.yml

Copy file name to clipboardExpand all lines: .github/workflows/cygwin.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,4 @@ jobs:
253253
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
254254
255255
- name: Upload code coverage
256-
uses: codecov/codecov-action@v3
256+
uses: codecov/codecov-action@v4

‎.github/workflows/good-first-issue.yml

Copy file name to clipboardExpand all lines: .github/workflows/good-first-issue.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
steps:
1313
- name: Add comment
14-
uses: peter-evans/create-or-update-comment@v3
14+
uses: peter-evans/create-or-update-comment@v4
1515
with:
1616
issue-number: ${{ github.event.issue.number }}
1717
body: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.