Skip to content

Commit 9385a01

Browse files
Bump the actions group in /.github/workflows with 2 updates
Bumps the actions group in /.github/workflows with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/cibuildwheel` from 2.19.2 to 2.20.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19.2...v2.20.0) Updates `pypa/gh-action-pypi-publish` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ea4823 commit 9385a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Build wheels for CPython
35-
uses: pypa/cibuildwheel@v2.19.2
35+
uses: pypa/cibuildwheel@v2.20.0
3636
with:
3737
output-dir: dist
3838

@@ -124,7 +124,7 @@ jobs:
124124
merge-multiple: true
125125

126126
- name: Publish to PyPI
127-
uses: pypa/gh-action-pypi-publish@v1.9.0
127+
uses: pypa/gh-action-pypi-publish@v1.10.0
128128
with:
129129
user: __token__
130130
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)