提交 ede7509d authored 作者: Ben Mares's avatar Ben Mares 提交者: Ricardo Vieira

Add build-and-inspect-python-package

上级 9a47a88b
...@@ -35,6 +35,18 @@ jobs: ...@@ -35,6 +35,18 @@ jobs:
name: sdist name: sdist
path: dist/*.tar.gz 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: build_wheels:
name: Build wheels for ${{ matrix.platform }} name: Build wheels for ${{ matrix.platform }}
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论