Skip to content

Commit

Permalink
Release 0.5.0, fixed release directory
Browse files Browse the repository at this point in the history
  • Loading branch information
carlvoller committed Sep 10, 2024
1 parent cfc9465 commit 7bfa206
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out ../dist --find-interpreter
sccache: 'true'
before-script-linux: |
if ! command -v yum &> /dev/null
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out ../dist --find-interpreter
sccache: 'true'
manylinux: musllinux_1_2
working-directory: py-excel-rs
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out ../dist --find-interpreter
sccache: 'true'
working-directory: py-excel-rs
- name: Upload wheels
Expand All @@ -160,7 +160,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist
args: --out ../dist
working-directory: py-excel-rs
- name: Upload sdist
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7bfa206

Please sign in to comment.