Skip to content

Commit

Permalink
build wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Sep 10, 2024
1 parent 44fc9b8 commit 028cc58
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse --platform linux --archs ${{ matrix.arch }}

- name: Upload Artifact for next job
uses: actions/upload-artifact@master
with:
name: logprep-build-${{ matrix.arch }}
path: wheelhouse

containerbuild:
needs: build_wheels
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12.3"]
Expand Down

0 comments on commit 028cc58

Please sign in to comment.