Skip to content

Commit

Permalink
Update python-ci.yml
Browse files Browse the repository at this point in the history
Change path for working-directory maturin-action option, and update the used args (debug instead of release).
  • Loading branch information
david-bouyssie authored Oct 23, 2023
1 parent 4e5288a commit 578bf92
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
manylinux: auto
command: build
path: mzcore-py
args: --release --sdist -o dist --find-interpreter
working-directory: mzcore-py
args: --debug -o dist --no-sdist --strip --find-interpreter
- name: Upload wheels to artifact
uses: actions/upload-artifact@v3
with:
Expand All @@ -31,8 +31,8 @@ jobs:
- uses: PyO3/maturin-action@v1
with:
command: build
path: mzcore-py
args: --release -o dist --find-interpreter
working-directory: mzcore-py
args: --debug -o dist --no-sdist --strip --find-interpreter
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand All @@ -46,8 +46,8 @@ jobs:
- uses: PyO3/maturin-action@v1
with:
command: build
path: mzcore-py
args: --release -o dist --universal2 --find-interpreter
working-directory: mzcore-py
args: --debug -o dist --no-sdist --strip --find-interpreter
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 578bf92

Please sign in to comment.