Skip to content

Commit

Permalink
Merge pull request #27 from here-abarany/main
Browse files Browse the repository at this point in the history
Build wheel for Windows on Python 3.12
  • Loading branch information
Julian committed Oct 4, 2023
2 parents 24bc6ca + 74ef03a commit 9f839aa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,18 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: |
3.8
3.9
3.10
3.11
3.12
architecture: ${{ matrix.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11'
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12'
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9f839aa

Please sign in to comment.