Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 7fa7b83

Browse files
committed
Fixed upload environment
1 parent effe92f commit 7fa7b83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ commands =
3939
pre-commit run -a
4040

4141
[testenv:upload]
42+
envdir={toxworkdir}/lint
43+
deps={[testenv:lint]deps}
4244
commands =
4345
{[testenv:lint]commands}
4446
twine upload --verbose dist/*

0 commit comments

Comments
 (0)