Use build-and-inspect-python-package action

This uses https://github.com/hynek/build-and-inspect-python-package to ensure our package is correct, both during testing and deploy,
This commit is contained in:
Bruno Oliveira 2023-02-09 13:52:04 -03:00 committed by GitHub
parent 59e7d2bbc9
commit 34a767322a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -189,3 +189,10 @@ jobs:
fail_ci_if_error: true
files: ./coverage.xml
verbose: true
check-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v1.5