Skip to content

Commit 5a5df32

Browse files
Bump pypa/cibuildwheel from 3.0.0 to 3.1.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.0 to 3.1.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.0...v3.1.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f50ca7 commit 5a5df32

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
@@ -92,7 +92,7 @@ jobs:
9292
echo "CIBW_ARCHS=${CIBW_ARCHS}" >> $GITHUB_ENV
9393
9494
- name: Build wheels
95-
uses: pypa/cibuildwheel@v3.0.0
95+
uses: pypa/cibuildwheel@v3.1.2
9696
with:
9797
package-dir: ./light-curve
9898
env:

0 commit comments

Comments
 (0)