File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ commands = mypy src/ {posargs}
45
45
[testenv:docs]
46
46
basepython = python3.10
47
47
extras = docs
48
- whitelist_externals = rm
48
+ allowlist_externals = rm
49
49
changedir = docs/
50
50
# clean the build dir before rebuilding
51
51
commands_pre = rm -rf _build/
@@ -55,7 +55,7 @@ commands = sphinx-build -d _build/doctrees -b dirhtml -W . _build/dirhtml {posar
55
55
skip_install = true
56
56
deps = twine
57
57
build
58
- whitelist_externals = rm
58
+ allowlist_externals = rm
59
59
commands_pre = rm -rf dist/
60
60
# check that twine validating package data works
61
61
commands = python -m build
@@ -73,7 +73,7 @@ skip_install = true
73
73
deps = twine
74
74
build
75
75
# clean the build dir before rebuilding
76
- whitelist_externals = rm
76
+ allowlist_externals = rm
77
77
commands_pre = rm -rf dist/
78
78
commands = python -m build
79
79
twine upload dist/*
You can’t perform that action at this time.
0 commit comments