Skip to content

Commit 1d0a0b9

Browse files
committed
2 parents 94850f4 + 5a8384e commit 1d0a0b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,14 @@ skip_install = True
7777
deps =
7878
build
7979
twine>=3
80-
path
8180
jaraco.develop>=7.1
8281
passenv =
8382
TWINE_PASSWORD
8483
GITHUB_TOKEN
8584
setenv =
8685
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
8786
commands =
88-
python -c "import path; path.Path('dist').rmtree_p()"
87+
python -c "import shutil; shutil.rmtree('dist', ignore_errors=True)"
8988
python -m build
9089
python -m twine upload dist/*
9190
python -m jaraco.develop.create-github-release

0 commit comments

Comments
 (0)