Skip to content

Commit

Permalink
Check the wheels with twine
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Aug 10, 2024
1 parent 294af50 commit e7b4427
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v4

- name: Install cibuildwheel and other dependencies
run: python -m pip install cibuildwheel==2.17.0 build wheel setuptools
run: python -m pip install cibuildwheel==2.17.0 build wheel setuptools twine

# - name: Install LLVM (clang-cl) on windows
# run: choco install -y llvm
Expand All @@ -40,6 +40,9 @@ jobs:
CIBW_BUILD_VERBOSITY_WINDOWS: 2
CIBW_SKIP: "*pypy* *pp* *cp36* *cp37* *musl*"

- name: Check the wheels are valid for PyPI upload
run: twine check ./wheelhouse/*

- name: Upload Files
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e7b4427

Please sign in to comment.