Skip to content

Commit

Permalink
maturin working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers committed Aug 15, 2023
1 parent bfccac0 commit 486b890
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
args: --release --out dist --zig
sccache: 'true'
manylinux: auto
working-directory: ${{ github.workspace }}/python
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -221,6 +222,7 @@ jobs:
with:
command: sdist
args: --out dist
working-directory: ${{ github.workspace }}/python
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -293,3 +295,4 @@ jobs:
# with:
# command: upload
# args: --skip-existing *
# working-directory: ${{ github.workspace }}/python

0 comments on commit 486b890

Please sign in to comment.