Skip to content

Commit

Permalink
python: add forgotten working directories
Browse files Browse the repository at this point in the history
Signed-off-by: Tristram Gräbener <[email protected]>
  • Loading branch information
Tristramg committed Feb 27, 2025
1 parent aed82ca commit 8e44008
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
args: --release --out dist
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
manylinux: auto
working-directory: './python'
- name: Build free-threaded wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
working-directory: './python'
manylinux: musllinux_1_2
- name: Build free-threaded wheels
uses: PyO3/maturin-action@v1
Expand Down Expand Up @@ -125,6 +127,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist -i python3.13t
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
working-directory: './python'
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -159,6 +162,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist -i python3.13t
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
working-directory: './python'
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -209,3 +213,4 @@ jobs:
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*
working-directory: './python'

0 comments on commit 8e44008

Please sign in to comment.