Skip to content

Commit

Permalink
github: Try a different path...
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Nov 20, 2024
1 parent 9196894 commit d940bb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: ./dist
path: bindings/python/dist

macos-x86_64:
runs-on: macos-13
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: ./dist
path: bindings/python/dist

macos-arm64:
runs-on: macos-14
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: ./dist
path: bindings/python/dist

sdist:
runs-on: ubuntu-latest
Expand All @@ -201,7 +201,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: ./dist
path: bindings/python/dist

release:
name: Release
Expand Down

0 comments on commit d940bb1

Please sign in to comment.