Skip to content

Commit 14e1ca3

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Commits](softprops/action-gh-release@v1...v2) Updates `pypa/cibuildwheel` from 2.16.5 to 2.17.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.16.5...v2.17.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e07b143 commit 14e1ca3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: cp -v wheelhouse*/*-m*linux*.whl dist/ # manylinux / musllinux
129129

130130
- name: Release
131-
uses: softprops/action-gh-release@v1
131+
uses: softprops/action-gh-release@v2
132132
if: startsWith(github.ref, 'refs/tags/')
133133
with:
134134
files: dist/*cp27*.whl, dist/*cp35*.whl
@@ -188,7 +188,7 @@ jobs:
188188
run: make testslow
189189

190190
- name: Release
191-
uses: softprops/action-gh-release@v1
191+
uses: softprops/action-gh-release@v2
192192
if: startsWith(github.ref, 'refs/tags/') && matrix.python-version == '2.7'
193193
with:
194194
files: dist/*.whl

.github/workflows/wheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: make sdist
5555

5656
- name: Release
57-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
57+
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v0.1.15
5858
if: startsWith(github.ref, 'refs/tags/')
5959
with:
6060
files: dist/*.tar.gz
@@ -113,7 +113,7 @@ jobs:
113113
platforms: all
114114

115115
- name: Build wheels
116-
uses: pypa/cibuildwheel@v2.16.5
116+
uses: pypa/cibuildwheel@v2.17.0
117117
with:
118118
only: ${{ matrix.only }}
119119

@@ -140,6 +140,6 @@ jobs:
140140
run: ls -la ~/downloads
141141

142142
- name: Release
143-
uses: softprops/action-gh-release@v1
143+
uses: softprops/action-gh-release@v2
144144
with:
145145
files: ~/downloads/*.whl

0 commit comments

Comments
 (0)