diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index af3ea8b93c..825f3b6e06 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -35,6 +35,18 @@ jobs: name: sdist path: dist/*.tar.gz + run_checks: + name: Build & inspect our package. + # Note: the resulting builds are not actually published. + # This is purely for additional testing and diagnostic purposes. + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: hynek/build-and-inspect-python-package@v2 + build_wheels: name: Build wheels for ${{ matrix.platform }} runs-on: ${{ matrix.platform }}