Skip to content

Commit

Permalink
🦄 (deps): Bump the actions group with 2 updates (#58)
Browse files Browse the repository at this point in the history
Bumps the 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 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)

Updates `softprops/action-gh-release` from 2.0.2 to 2.0.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.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 12, 2024
1 parent 248bed8 commit 51424f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install MinGW compiler(s)
run: choco install mingw

- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: .
output-dir: wheelhouse
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
with:
python-version: 3.8

- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: .
output-dir: wheelhouse
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
with:
platforms: all

- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: .
output-dir: wheelhouse
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
cache: false
check-latest: true

- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: .
output-dir: wheelhouse
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
cache: false
check-latest: true

- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: .
output-dir: wheelhouse
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
cache: false
check-latest: true

- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: .
output-dir: wheelhouse
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
packages-dir: upload

- name: Publish to GitHub Releases
uses: softprops/action-gh-release@v2.0.2
uses: softprops/action-gh-release@v2.0.3
if: github.event_name == 'release' && github.event.action == 'published'
with:
files: upload/*

0 comments on commit 51424f2

Please sign in to comment.