Skip to content

Commit 692c233

Browse files
committed
Remove check-manifest
1 parent 7b872e8 commit 692c233

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci_pkg-install.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ jobs:
2626

2727
- name: Prepare env
2828
run: |
29-
pip install check-manifest "twine==3.2" setuptools wheel
29+
pip install "twine==3.2" setuptools wheel
3030
3131
- name: Create package
3232
run: |
33-
check-manifest
34-
# python setup.py check --metadata --strict
33+
python setup.py check --metadata --strict
3534
python setup.py sdist bdist_wheel
3635
3736
- name: Check package

0 commit comments

Comments
 (0)