Skip to content

Commit

Permalink
Set wrong target
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed Mar 15, 2024
1 parent d3ce118 commit c358ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build pyflyer-rs wheels
uses: PyO3/[email protected]
with:
target: ${{ matrix.python-version }}
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist -m python/Cargo.toml
working-directory: ./pyflyer-rs
Expand Down

0 comments on commit c358ee6

Please sign in to comment.