Skip to content

Commit

Permalink
test: Add new build and inspect wheel action (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 13, 2022
1 parent 6b6dbdd commit ce084a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,13 @@ jobs:
with:
run: conda run --no-capture-output tox -e py39-PySide2-conda
timeout-minutes: 60

check-package:
name: Build & inspect our package.
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: hynek/build-and-inspect-python-package@v1
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "oiffile"
ignore_missing_imports = true

[tool.check-wheel-contents]
toplevel = ["PartSeg", "PartSegCore", "PartSegImage"]

0 comments on commit ce084a3

Please sign in to comment.