Skip to content

Commit

Permalink
Remove manifest check
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Aug 23, 2024
1 parent 0e29701 commit e043d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,13 @@ jobs:
with:
python-version: '3.12'

- name: Install python-build, check-manifest, and twine
- name: Install python-build, and twine
run: |
python -m pip install uv
uv pip install --system --upgrade pip wheel
uv pip install --system build check-manifest twine
uv pip install --system build twine
python -m pip list
- name: Check MANIFEST
run: |
check-manifest
- name: Build a sdist and a wheel
run: |
python -m build .
Expand Down
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,6 @@ extend-exclude = '''
)/
'''

[tool.check-manifest]
ignore = [
'examples/*',
'tests/*',
'docker/*',
'.*',
'pyproject.toml',
'pytest.ini',
'codecov.yml',
'CODE_OF_CONDUCT.md',
]

[tool.isort]
profile = "black"

Expand Down

0 comments on commit e043d94

Please sign in to comment.