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

Replace version and wheel munging in release with the setuptools command prefix ... egg_info --tag-build=... #6637

Closed
jsirois opened this issue Oct 16, 2018 · 1 comment
Assignees

Comments

@jsirois
Copy link
Contributor

jsirois commented Oct 16, 2018

We could eliminate our hand rolled version munging in favor of the standard, if obscure, egg_info setup command. The major hurdle is ensuring we do not munge the pypi releases - which today require de-munging. To do this, we'd just need to move the pypi releases to Travis-CI for tagged builds. The side benefit is that the release process just reduces to the tagging process it executes today as part of the larger release.

@jsirois
Copy link
Contributor Author

jsirois commented Oct 16, 2018

This will lead to a fix for #6026 naturally.

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

2 participants