Skip to content

Commit b374712

Browse files
Bump pypa/cibuildwheel from 2.5.0 to 2.6.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b22cd30 commit b374712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run : echo "CIBW_ARCHS=${{ matrix.arch }}" >> $GITHUB_ENV
4747

4848
- name: Build wheels
49-
uses: pypa/cibuildwheel@2.5.0
49+
uses: pypa/cibuildwheel@2.6.0
5050
with:
5151
package-dir: ./light-curve
5252
env:

0 commit comments

Comments
 (0)