Skip to content

Commit 54e7ec5

Browse files
committed
Remove useless installs
1 parent 8f20c28 commit 54e7ec5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tasks.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,6 @@ def publish(dry_run: bool):
418418
with context.cd(package.path):
419419
context.run("twine check dist/*")
420420

421-
# check sdist install
422-
context.run("pip install ./dist/*.tar.gz")
423-
# check wheel install
424-
context.run("pip install ./dist/*.whl")
425-
426421
if dry_run:
427422
return
428423

0 commit comments

Comments
 (0)