Skip to content

Commit

Permalink
Update python-ci.yml
Browse files Browse the repository at this point in the history
Try to configure the workding directory for maturin
  • Loading branch information
david-bouyssie authored Oct 23, 2023
1 parent f1d096f commit 4e5288a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
manylinux: auto
command: build
path: mzcore-py
args: --release --sdist -o dist --find-interpreter
- name: Upload wheels to artifact
uses: actions/upload-artifact@v3
Expand All @@ -30,6 +31,7 @@ jobs:
- uses: PyO3/maturin-action@v1
with:
command: build
path: mzcore-py
args: --release -o dist --find-interpreter
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand All @@ -44,6 +46,7 @@ jobs:
- uses: PyO3/maturin-action@v1
with:
command: build
path: mzcore-py
args: --release -o dist --universal2 --find-interpreter
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4e5288a

Please sign in to comment.