Skip to content

Commit e6e5b13

Browse files
authored
Avoid subfolders inside dist/ (#57)
Related: pypa/gh-action-pypi-publish#193
1 parent fec17cb commit e6e5b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ commands =
6565
--outdir {toxinidir}/dist/ \
6666
{toxinidir}
6767
sh -c "python -m twine check --strict {toxinidir}/dist/*"
68-
pip install --constraint=.config/requirements.txt --target=dist/test '.[lock,test,docs]'
68+
pip install --constraint=.config/requirements.txt --target=.tox/dist '.[lock,test,docs]'
6969

7070
[testenv:docs]
7171
description = Builds docs

0 commit comments

Comments
 (0)