Skip to content

Commit

Permalink
fix windows CI
Browse files Browse the repository at this point in the history
Signed-off-by: Isotr0py <[email protected]>
  • Loading branch information
Isotr0py committed Nov 12, 2024
1 parent e40ced1 commit cdb7a31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
cargo_target: x86_64-pc-windows-gnu
- runner: windows-latest
target: x86
cargo_target: i868-pc-windows-gnu
cargo_target: i686-pc-windows-gnu
steps:
- name: Install dependencys
uses: msys2/setup-msys2@v2
Expand All @@ -119,6 +119,10 @@ jobs:
target: ${{ matrix.platform.cargo_target }}
args: --release --out dist --find-interpreter --features dynamic
sccache: 'true'
- name: Fix wheels with delvewheel
run: |
pip install delvewheel
Get-ChildItem ${{ github.workspace }}/wheels/*win_amd64.whl | ForEach-Object -Process {delvewheel repair $PSItem -w dist}
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit cdb7a31

Please sign in to comment.