Skip to content

Commit dcde68a

Browse files
Bump the action-dependencies group with 2 updates (#20)
Bumps the action-dependencies 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.4.0 to 3.4.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.0...v3.4.1) Updates `softprops/action-gh-release` from 2 to 3 - [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@v2...v3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-dependencies - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d09a10e commit dcde68a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Build wheels
32-
uses: pypa/cibuildwheel@v3.4.0
32+
uses: pypa/cibuildwheel@v3.4.1
3333

3434
- uses: actions/upload-artifact@v7
3535
with:
@@ -85,7 +85,7 @@ jobs:
8585
uses: pypa/gh-action-pypi-publish@release/v1
8686

8787
- name: Publish to GitHub release
88-
uses: softprops/action-gh-release@v2
88+
uses: softprops/action-gh-release@v3
8989
with:
9090
files: |
9191
dist/*.tar.gz

0 commit comments

Comments
 (0)