casperdcl / deploy-pypi

Securely build and upload Python distributions to PyPI
Other
15 stars 2 forks source link

support `build` module, separate `setup.py` method #14

Closed casperdcl closed 1 year ago

casperdcl commented 1 year ago

because python -m build is equivalent to setup.py sdist bdist_wheel (but doesn't require setup.py)