Skip to content

Commit

Permalink
[build] wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-quix committed Sep 26, 2023
1 parent ce22e7f commit 8a60e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/streamingdataframes-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ jobs:
python -m pip install -U pip wheel setuptools build
- name: Build wheels
run: |
pip wheel --no-cache-dir --no-deps -w /wheelhouse .
pip wheel --no-cache-dir --no-deps -w ${{ runner.temp }} .
- uses: actions/upload-artifact@v3
name: Upload wheels
with:
path: /wheelhouse/*.whl
path: ${{ runner.temp }}/*.whl
if-no-files-found: error

0 comments on commit 8a60e67

Please sign in to comment.