Skip to content

Commit

Permalink
Added check-latest to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirKriheli committed Oct 15, 2024
1 parent 260e7e0 commit e40df62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
check-latest: true
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
check-latest: true
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -100,6 +102,7 @@ jobs:
with:
python-version: 3.x
architecture: ${{ matrix.platform.target }}
check-latest: true
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -131,6 +134,7 @@ jobs:
3.11
3.12
3.13
check-latest: true
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit e40df62

Please sign in to comment.