We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a47a88 commit ede7509Copy full SHA for ede7509
.github/workflows/pypi.yml
@@ -35,6 +35,18 @@ jobs:
35
name: sdist
36
path: dist/*.tar.gz
37
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
50
build_wheels:
51
name: Build wheels for ${{ matrix.platform }}
52
runs-on: ${{ matrix.platform }}
0 commit comments