Skip to content

Commit

Permalink
add manifest gha (#427)
Browse files Browse the repository at this point in the history
* add manifest gha

* only include pypi requirements
  • Loading branch information
bjlittle authored Apr 18, 2024
1 parent 10b3707 commit 2c533c2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci-manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: ci-manifest

on:
pull_request:
branches:
- "*"

push:
branches-ignore:
- "auto-update-lockfiles"
- "pre-commit-ci-update-config"
- "dependabot/*"

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
manifest:
name: "check-manifest"
uses: scitools/workflows/.github/workflows/[email protected]
14 changes: 14 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
prune .github
prune .nox
prune docs
prune requirements
recursive-include requirements *.txt
recursive-include iris_grib *.cml *.grib2 *.json *.nc *.py

exclude .coveragerc
exclude .flake8
exclude .gitignore
exclude .pre-commit-config.yaml
exclude .readthedocs.yml
include *.md
include *.py

0 comments on commit 2c533c2

Please sign in to comment.