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

Remove tooling related to creating releases #4

Closed
pekkaklarck opened this issue Sep 9, 2017 · 0 comments
Closed

Remove tooling related to creating releases #4

pekkaklarck opened this issue Sep 9, 2017 · 0 comments
Assignees
Milestone

Comments

@pekkaklarck
Copy link
Member

Different projects have different needs related to creating releases:

  • Are wheels needed?
  • Do universal wheels work?
  • Is there a need to test packages locally?

Supporting these all with invoke tasks is possible but certainly not trivial. Instead of that, it's better to just add these standard commands to BUILD.rst and fine-tune them accordingly:

python setup.py sdist [bdist_wheel [--universal]]
twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant