Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publish wheels #160

Open
dimbleby opened this issue Nov 19, 2024 · 0 comments
Open

publish wheels #160

dimbleby opened this issue Nov 19, 2024 · 0 comments

Comments

@dimbleby
Copy link

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

.PHONY: publish
publish:
python setup.py sdist bdist_wheel
twine upload -s dist/$(PACKAGENAME)-*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant