Skip to content

Commit

Permalink
Use codecov-action 4 and cibuildwheel 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Apr 10, 2024
1 parent 5427c2d commit 6fe37e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
make -C docs doctest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

build_wheels:
name: Build wheels on ${{ matrix.arch }} for ${{ matrix.os }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_TEST_REQUIRES: "coverage pytest pytest-cov"
CIBW_TEST_COMMAND: "py.test {project}/tests"
Expand Down

0 comments on commit 6fe37e1

Please sign in to comment.