Skip to content

Commit fcddf11

Browse files
authored
Merge pull request #64 from light-curve/dependabot/github_actions/pypa/cibuildwheel-2.6.0
2 parents b22cd30 + b374712 commit fcddf11

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)