Skip to content

Commit

Permalink
Try suggestion from PyO3/maturin-action#99 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
uellue authored Nov 10, 2022
1 parent 9c1beaa commit 1bc6d1d
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 @@ -16,7 +16,7 @@ jobs:
manylinux: auto
command: build
container: ghcr.io/libertem/manylinux2014_x86_64:latest
args: --release --sdist -o dist --find-interpreter
args: --release --sdist -o target/dist --find-interpreter
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 1bc6d1d

Please sign in to comment.