Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Sep 26, 2024
1 parent 2b29355 commit 8768530
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ concurrency:
cancel-in-progress: true

jobs:
check-manifest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx run check-manifest

test:
name: py${{ matrix.python-version }} ${{ matrix.backend }} ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
Expand Down
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,13 @@ ignore_missing_imports = true

# https://github.com/mgedmin/check-manifest#configuration
[tool.check-manifest]
ignore = [".pre-commit-config.yaml", "launch-dev.py", "codecov.yml"]
ignore = [
".pre-commit-config.yaml",
"launch-dev.py",
"codecov.yml",
"mkdocs.yml",
"docs/**",
]

# https://coverage.readthedocs.io/en/6.4/config.html
[tool.coverage.report]
Expand Down

0 comments on commit 8768530

Please sign in to comment.