Skip to content

Commit

Permalink
build for 3.8 too?
Browse files Browse the repository at this point in the history
  • Loading branch information
LNS98 committed May 28, 2024
1 parent 8e10ebc commit e1d1b09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 @@ -60,7 +60,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 All @@ -87,7 +87,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 e1d1b09

Please sign in to comment.