Skip to content

Commit

Permalink
fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgrakkurt committed Apr 20, 2024
1 parent 3f14df5 commit e946e14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: x86_64
args: --release --out dist --find-interpreter
args: --skip-auditwheel --release --out dist --find-interpreter
sccache: 'true'
args: '--skip-auditwheel'
container: 'off'
before-script-linux: sudo apt-get install -y capnproto libcapnp-dev
- name: Upload wheels
Expand Down

0 comments on commit e946e14

Please sign in to comment.