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 fa90d66 commit d193065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
working-directory: bindings/python
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand All @@ -81,6 +82,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
working-directory: bindings/python
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d193065

Please sign in to comment.