Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Oct 6, 2023
1 parent 04694f1 commit 686d4cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
run: python -m pip install --upgrade pip
- name: Set up Environment
run: echo "CIBW_SKIP=pp36-* pp37-* pp38-* pp39-* pp310-*" >> $GITHUB_ENV
- name: Debug Rust
run: |
which rustc
rustc --version
- name: Build wheels
uses: pypa/[email protected]
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 686d4cc

Please sign in to comment.