Skip to content

Commit

Permalink
chore: Missing external command declaration in tox.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
devbisme committed Mar 23, 2022
1 parent 7f5db6d commit ac43ab7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ passenv =
TWINE_PASSWORD
TWINE_REPOSITORY
deps = twine
allowlist_externals =
rm
commands =
rm {toxinidir}/dist/*.gz
rm -f {toxinidir}/dist/*.gz
python {toxinidir}/setup.py sdist
python -m twine check dist/*
publish_test: python -m twine upload {posargs:--repository testpypi} dist/*
Expand Down

0 comments on commit ac43ab7

Please sign in to comment.