Skip to content

Commit

Permalink
Update working dir for real
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed Jul 10, 2024
1 parent 9c95bde commit 82cefc1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
working-directory: python
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --working-directory python
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand Down Expand Up @@ -70,8 +71,9 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
working-directory: python
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --working-directory python
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: musllinux_1_2
- name: Upload wheels
Expand All @@ -98,8 +100,9 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
working-directory: python
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --working-directory python
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -124,8 +127,9 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
working-directory: python
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --working-directory python
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -140,8 +144,9 @@ jobs:
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
working-directory: python
command: sdist
args: --out dist --working-directory python
args: --out dist
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 82cefc1

Please sign in to comment.