Skip to content

Commit

Permalink
debug wheel build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Sep 14, 2024
1 parent 47ac3bf commit e6d1745
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.8"
- uses: messense/maturin-action@v1
with:
manylinux: auto
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.8"
- uses: messense/maturin-action@v1
with:
target: aarch64-unknown-linux-gnu
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.8"
- uses: messense/maturin-action@v1
with:
target: armv7
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.8"
- uses: messense/maturin-action@v1
with:
target: x86_64
Expand All @@ -107,7 +107,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.8"
- uses: messense/maturin-action@v1
with:
target: aarch64
Expand All @@ -128,7 +128,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.8"
- uses: messense/maturin-action@v1
with:
command: build
Expand All @@ -147,7 +147,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.8"
- uses: messense/maturin-action@v1
with:
command: build
Expand Down

0 comments on commit e6d1745

Please sign in to comment.