this project only publishes a source distribution eg see https://pypi.org/project/wagon/#files (how ironic!)
it looks as though the makefile tries to build and publish wheels, I do not know where that goes wrong
|
.PHONY: publish |
|
publish: |
|
python setup.py sdist bdist_wheel |
|
twine upload -s dist/$(PACKAGENAME)-* |
this project only publishes a source distribution eg see https://pypi.org/project/wagon/#files (how ironic!)
it looks as though the makefile tries to build and publish wheels, I do not know where that goes wrong
wagon/Makefile
Lines 54 to 57 in 85769ca