Skip to content

Commit

Permalink
ci: build Windows wheels for py312
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Dec 19, 2023
1 parent 4ea161b commit bf97a69
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/python_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,15 @@ jobs:
.\.github\workflows\python_build_win.ps1
.\.github\workflows\python_test_win.ps1
- name: Build and Test Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.12'
architecture: 'x64'
- run: |
.\.github\workflows\python_build_win.ps1
.\.github\workflows\python_test_win.ps1
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit bf97a69

Please sign in to comment.