Skip to content

Commit

Permalink
tox.ini: publish specifically whl and tar.gz
Browse files Browse the repository at this point in the history
avoid publishing more than one sdist per release
  • Loading branch information
masenf committed Nov 20, 2022
1 parent c96188a commit 483fee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deps =
twine ~= 4.0.1
commands =
{envpython} -m build --outdir {distdir} .
twine {posargs:check} {distdir}/*
twine {posargs:check} {distdir}/*.whl {distdir}/*.tar.gz

[testenv:lint]
deps =
Expand Down

0 comments on commit 483fee6

Please sign in to comment.