We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d08db commit 5a8384eCopy full SHA for 5a8384e
tox.ini
@@ -26,15 +26,14 @@ skip_install = True
26
deps =
27
build
28
twine>=3
29
- path
30
jaraco.develop>=7.1
31
passenv =
32
TWINE_PASSWORD
33
GITHUB_TOKEN
34
setenv =
35
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
36
commands =
37
- python -c "import path; path.Path('dist').rmtree_p()"
+ python -c "import shutil; shutil.rmtree('dist', ignore_errors=True)"
38
python -m build
39
python -m twine upload dist/*
40
python -m jaraco.develop.create-github-release
0 commit comments