Skip to content

Commit

Permalink
Add gh action to build and inpsect package (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra authored Jul 23, 2023
1 parent 7767098 commit 6fc5fdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
check-package:
name: Build & Inspect Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hynek/build-and-inspect-python-package@v1
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ test = [
xsdata = "xsdata.__main__:main"

[tool.setuptools]
packages = ["xsdata"]
include-package-data = true
license-files = ["LICENSE"]

Expand Down

0 comments on commit 6fc5fdd

Please sign in to comment.