Skip to content

Commit b12fe55

Browse files
committed
Add build-and-inspect-python-package
1 parent eeaccb5 commit b12fe55

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ jobs:
3535
name: sdist
3636
path: dist/*.tar.gz
3737

38+
run_checks:
39+
name: Build & inspect our package.
40+
# Note: the resulting builds are not actually published.
41+
# This is purely for additional testing and diagnostic purposes.
42+
runs-on: ubuntu-latest
43+
44+
steps:
45+
- uses: actions/checkout@v4
46+
- uses: hynek/build-and-inspect-python-package@v2
47+
3848
build_wheels:
3949
name: Build wheels for ${{ matrix.platform }}
4050
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)