Skip to content

Commit

Permalink
ci: Remove MANIFEST check from CI
Browse files Browse the repository at this point in the history
* Remove check-manifest install in CI workflow.
* Remove MANIFEST check step from CI.
  • Loading branch information
matthewfeickert committed Sep 1, 2024
1 parent 63bb507 commit 139acac
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@ jobs:
with:
python-version: '3.x'

- name: Install python-build, check-manifest, and twine
- name: Install python-build and twine
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install build check-manifest twine
python -m pip install build twine
python -m pip list
- name: Check MANIFEST
run: |
check-manifest --verbose
- name: Build a wheel and a sdist
run: |
python -m build --outdir dist/ .
Expand Down

0 comments on commit 139acac

Please sign in to comment.