Skip to content

Commit a30ff33

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `pypa/cibuildwheel` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@ffd835c...9e4e50b) Updates `softprops/action-gh-release` from 2.2.2 to 2.3.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@da05d55...72f2c25) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fefa805 commit a30ff33

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: Build and test PyWavelets
40-
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
40+
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
4141
env:
4242
CIBW_PLATFORM: pyodide
4343
CIBW_TEST_REQUIRES: pytest matplotlib

.github/workflows/wheel_tests_and_release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python-version: "3.12"
4747

4848
- name: Build the wheel
49-
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
49+
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
5050
with:
5151
output-dir: dist
5252
env:
@@ -78,7 +78,7 @@ jobs:
7878
python-version: "3.12"
7979

8080
- name: Build the wheel
81-
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
81+
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
8282
with:
8383
output-dir: dist
8484
env:
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Build wheels for CPython (macOS) (x86_64)
119119
if: matrix.cibw_arch == 'x86_64'
120-
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
120+
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
121121
with:
122122
output-dir: dist
123123
env:
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Build wheels for CPython (macOS) (arm64)
129129
if: matrix.cibw_arch == 'arm64'
130-
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
130+
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
131131
with:
132132
output-dir: dist
133133
env:
@@ -173,7 +173,7 @@ jobs:
173173
architecture: x64
174174

175175
- name: Build Windows wheels for CPython
176-
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
176+
uses: pypa/cibuildwheel@9e4e50bd76b3190f55304387e333f6234823ea9b # v3.1.2
177177
with:
178178
output-dir: dist
179179
env:
@@ -236,7 +236,7 @@ jobs:
236236
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
237237

238238
- name: Github release
239-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
239+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
240240
env:
241241
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
242242
GITHUB_REPOSITORY: ${{ github.repository }}

0 commit comments

Comments
 (0)