Skip to content

Commit

Permalink
Work around pypa/twine#940, and pin all other tox -e package requir…
Browse files Browse the repository at this point in the history
…ements
  • Loading branch information
mhsmith committed Nov 29, 2022
1 parent 0d65ecf commit da146a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ commands =
[testenv:package]
skip_install = True
deps =
check_manifest
build
twine
check_manifest==0.48
build==0.9.0
twine==4.0.1
pkginfo==1.8.3 # Work around https://github.com/pypa/twine/issues/940
commands =
check-manifest -v {posargs}
python -m build {posargs}
Expand Down

0 comments on commit da146a0

Please sign in to comment.