Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Sep 29, 2023
1 parent e7649de commit aaa7da3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: bindings/python/dist

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

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

sdist:
runs-on: ubuntu-latest
Expand All @@ -104,7 +104,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 aaa7da3

Please sign in to comment.