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 4da6913 commit 04694f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Set up Environment
run: echo "CIBW_SKIP=pp36-* pp37-* pp38-* pp39-*" >> $GITHUB_ENV
run: echo "CIBW_SKIP=pp36-* pp37-* pp38-* pp39-* pp310-*" >> $GITHUB_ENV
- name: Build wheels
uses: pypa/[email protected]
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 04694f1

Please sign in to comment.