Skip to content

Commit ede7509

Browse files
maresbricardoV94
authored andcommitted
Add build-and-inspect-python-package
1 parent 9a47a88 commit ede7509

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ 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+
with:
47+
fetch-depth: 0
48+
- uses: hynek/build-and-inspect-python-package@v2
49+
3850
build_wheels:
3951
name: Build wheels for ${{ matrix.platform }}
4052
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)