-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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
Lines 54 to 57 in 85769ca
| .PHONY: publish | |
| publish: | |
| python setup.py sdist bdist_wheel | |
| twine upload -s dist/$(PACKAGENAME)-* |
Metadata
Metadata
Assignees
Labels
No labels