Skip to content

Commit

Permalink
fix python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Jun 11, 2024
1 parent 2d4ecfb commit f8c0a62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: 3.8
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -98,7 +98,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: 3.8
architecture: ${{ matrix.platform.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: 3.8
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit f8c0a62

Please sign in to comment.