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 70f57b6 commit 3f20186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
args: --release --out dist --zig
sccache: 'true'
manylinux: auto
working-directory: ${{ github.workspace }}/python
working-directory: python
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
with:
command: sdist
args: --out dist
working-directory: ${{ github.workspace }}/python
working-directory: python
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -295,4 +295,4 @@ jobs:
# with:
# command: upload
# args: --skip-existing *
# working-directory: ${{ github.workspace }}/python
# working-directory: python

0 comments on commit 3f20186

Please sign in to comment.