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 bfd9202 commit e9db661Copy full SHA for e9db661
tox.ini
@@ -92,3 +92,13 @@ deps = twine
92
commands =
93
python -m twine check dist/*
94
python -m twine upload {posargs:--repository {env:TWINE_REPOSITORY:testpypi}} dist/*
95
+
96
+[testenv:build_dist]
97
+description =
98
+ Create a zip archive of the package for easier download
99
+skip_install = True
100
+changedie = {toxinidir}
101
+deps = build
102
+commands =
103
+ python -m build .
104
+ python -m zipapp -o dist/check_python_h_first.pyz src -m check_python_h_first.__main__:main
0 commit comments