casperdcl / deploy-pypi

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

build using pip (not setup.py) #9

Closed casperdcl closed 3 years ago

casperdcl commented 3 years ago

pip wheel -w dist --no-deps . (compared to python setup.py bdist_wheel) is nicer since it: