Skip to content

Commit

Permalink
remove working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Nov 22, 2023
1 parent c9a9555 commit b3e1860
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-core-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
with:
target: universal2-apple-darwin
args: --release --out dist -m python/core/Cargo.toml
working-directory: python/core

- name: Install built wheel - universal2
run: |
Expand All @@ -120,7 +119,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist/*.whl
path: dist

windows:
runs-on: windows-latest
Expand Down

0 comments on commit b3e1860

Please sign in to comment.