Skip to content

Commit

Permalink
Merge pull request #992 from sirosen/update-twine-check
Browse files Browse the repository at this point in the history
Exclude twine==5.1.0 and set `--strict`
  • Loading branch information
sirosen authored Jun 26, 2024
2 parents 4a8e967 + 3dd725c commit 0b41a26
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 @@ -79,12 +79,12 @@ commands = sphinx-build -j auto -d _build/doctrees -b dirhtml -W . _build/dirhtm
[testenv:twine-check]
skip_install = true
deps = build
twine
twine!=5.1.0
allowlist_externals = rm
commands_pre = rm -rf dist/
# check that twine validating package data works
commands = python -m build
twine check dist/*
twine check --strict dist/*

[testenv:poetry-check]
skip_install = true
Expand Down

0 comments on commit 0b41a26

Please sign in to comment.