Skip to content

Commit e4d3d62

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/cibuildwheel` from 2.17.0 to 2.23.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.17.0...v2.23.2) Updates `softprops/action-gh-release` from 0.1.15 to 2.2.1 - [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@v0.1.15...v2.2.1) Updates `pypa/gh-action-pypi-publish` from 1.8.14 to 1.12.4 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.12.4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 387fe32 commit e4d3d62

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: runner.os == 'Linux'
8686
uses: docker/setup-qemu-action@v3
8787

88-
- uses: pypa/cibuildwheel@v2.17.0 # sync version with pip install cibuildwheel above
88+
- uses: pypa/cibuildwheel@v2.23.2 # sync version with pip install cibuildwheel above
8989
timeout-minutes: 10
9090
with:
9191
only: ${{ matrix.only }}
@@ -132,9 +132,9 @@ jobs:
132132
run: python -c "import magic; magic.Magic()"
133133

134134
- name: Upload release assets
135-
uses: softprops/action-gh-release@v0.1.15
135+
uses: softprops/action-gh-release@v2.2.1
136136
with:
137137
files: dist/*
138138

139139
- name: Publish package distributions to PyPI
140-
uses: pypa/gh-action-pypi-publish@v1.8.14
140+
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)