Skip to content

Commit 123d7dc

Browse files
committed
Update publish deps
1 parent 4b0a8bf commit 123d7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ testpaths = tests
147147
[testenv:publish]
148148
passenv = TWINE_*
149149
deps =
150-
build ~= 0.3.0
151-
twine ~= 3.3.0
150+
build ~= 0.4.0
151+
twine ~= 3.4.0
152152
commands =
153153
{envpython} -m build --outdir {distdir} .
154154
twine {posargs:check} {distdir}/*

0 commit comments

Comments
 (0)