We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ecc11 commit a227211Copy full SHA for a227211
1 file changed
tox.ini
@@ -87,8 +87,8 @@ testpaths = tests
87
[testenv:publish]
88
passenv = TWINE_*
89
deps =
90
- build ~= 0.4.0
91
- twine ~= 3.4.0
+ build ~= 0.8.0
+ twine ~= 4.0.0
92
commands =
93
{envpython} -m build --outdir {distdir} .
94
twine {posargs:check} {distdir}/*
0 commit comments