Skip to content

Commit

Permalink
chore: Update CI.yml to include --out dist flag in Maturin build step
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayballal95 committed Jul 11, 2024
1 parent 7a04905 commit 327a20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build with Maturin
run: |
export PATH="$PATH:/opt/hostedtoolcache/Python/3.12.4/x64/bin/python3.12:/opt/hostedtoolcache/Python/3.11.9/x64/bin/python3.11:/opt/hostedtoolcache/Python/3.10.9/x64/bin/python3.10"
maturin build --release --find-interpreter
maturin build --release --out dist --find-interpreter
windows:
runs-on: ${{ matrix.platform.runner }}
strategy:
Expand Down

0 comments on commit 327a20d

Please sign in to comment.