Skip to content

Commit

Permalink
use dynamic link
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Feb 3, 2024
1 parent aaa22d6 commit 82a02b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter --features dynamic
manylinux: auto
docker-options: |
-e RUST_BACKTRACE=1
Expand Down Expand Up @@ -165,9 +165,9 @@ jobs:
with:
rust-toolchain: stable-x86_64-pc-windows-gnu
target: x86_64-pc-windows-gnu
args: --release --out wheels --find-interpreter --all-features
args: --release --out wheels --find-interpreter --features vendored
sccache: 'true'

- name: Fix wheels with delvewheel
run: |
pip install delvewheel
Expand Down Expand Up @@ -211,15 +211,15 @@ jobs:
DEP_HWY_LIB: ${{ github.workspace }}/libjxl/build/third_party/highway
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter --features dynamic
sccache: 'true'

- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist

sdist:
runs-on: ubuntu-latest
timeout-minutes: 60
Expand Down

0 comments on commit 82a02b9

Please sign in to comment.