We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4d348 commit 718f584Copy full SHA for 718f584
tox.ini
@@ -70,6 +70,6 @@ setenv =
70
71
commands =
72
python -c "import shutil; shutil.rmtree('{toxinidir}/dist', ignore_errors=True)"
73
- python -m build --sdist --outdir {toxinidir}/dist
+ python -m build --outdir {toxinidir}/dist
74
pip install django-admin-extra-buttons --use-pep517 --no-deps --no-cache-dir --find-links file://{toxinidir}/dist/
75
python scripts/check_version.py
0 commit comments