Skip to content

Commit

Permalink
Give up entirely for now.
Browse files Browse the repository at this point in the history
No idea why it doesn't find the library, and no one else
seems to be doing this quite yet from what I see.
  • Loading branch information
Julian committed Oct 4, 2023
1 parent 342ef68 commit 24bc6ca
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,22 +143,18 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
include:
- target: x86_64
python-architecture: x64
- target: i686
python-architecture: x86
target: [x64, x86]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.x"
architecture: ${{ matrix.python-architecture }}
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 3.12'
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11'
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 24bc6ca

Please sign in to comment.