Skip to content

Commit

Permalink
update twine and build to fix licence key error
Browse files Browse the repository at this point in the history
  • Loading branch information
lopuhin committed Aug 18, 2024
1 parent 8a0a1e3 commit 65d77a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ commands = mypy {posargs:clear_html tests}
[testenv:twinecheck]
basepython = python3
deps =
twine==4.0.2
build==0.10.0
twine==5.1.1
build==1.2.1
commands =
python -m build --sdist
twine check dist/*

0 comments on commit 65d77a8

Please sign in to comment.