Skip to content

Commit

Permalink
cicid
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Jan 18, 2024
1 parent 81fc550 commit 54eb772
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# This file is autogenerated by maturin v1.4.0
# To update, run
#
# maturin generate-ci github --pytest
#
name: CI

on:
Expand All @@ -25,8 +20,8 @@ jobs:
matrix:
target: [ x86_64, x86, aarch64, armv7 ] #, s390x, ppc64le]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Build wheels
Expand Down Expand Up @@ -75,8 +70,8 @@ jobs:
matrix:
target: [ x64, x86 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
architecture: ${{ matrix.target }}
Expand Down Expand Up @@ -111,8 +106,8 @@ jobs:
matrix:
target: [ x86_64, aarch64 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Build wheels
Expand All @@ -138,7 +133,7 @@ jobs:
sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 54eb772

Please sign in to comment.