Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Mar 30, 2024
1 parent 24d8650 commit 3cddd22
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,17 @@ jobs:

- uses: pypa/[email protected]
env:
CIBW_BUILD: cp38-win32 cp312-manylinux_x86_64 cp39-macosx_*
CIBW_BUILD: cp38-win32 cp37-win_amd64 cp312-manylinux_x86_64 cp39-macosx_*
CIBW_BUILD_VERBOSITY: 1

- uses: actions/upload-artifact@v4
with:
path: wheelhouse/*
name: test-wheels-${{ strategy.job-index }}

- name: Install twine
run: pip install twine

- name: Check wheels
run: pipx run twine check wheelhouse/*
run: twine check wheelhouse/*
shell: bash

0 comments on commit 3cddd22

Please sign in to comment.