Skip to content

5 make deploy bdist

Axel Dahlberg requested to merge 5-make-deploy-bdist into master

One can now do make deploy-bdist to build and upload the wheel to the pypi server. Note that to get the package name we take the name of the current folder and make it lower case. When uploading the commands tries to make a folder on the server, which silently fails if it already exists.

Merge request reports