Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet authored Sep 29, 2024
1 parent 72be8f0 commit 9b67337
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,14 @@ jobs:
arch: arm64
python-version: '3.10'


# Specific inclusion for Windows x86 architecture
- os: windows-latest
arch: x86
python-version: '3.9'
- os: windows-latest
arch: x86
python-version: '3.10'

steps:
- name: Checkout the code
uses: actions/checkout@v4
Expand Down

0 comments on commit 9b67337

Please sign in to comment.