-
Notifications
You must be signed in to change notification settings - Fork 27
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
setup.py removal #72
setup.py removal #72
Conversation
pyproject.toml
Outdated
requires = ["setuptools>=40.8.0", "wheel", "setuptools_scm"] | ||
build-backend = 'setuptools.build_meta' | ||
build-backend = "setuptools.build_meta" | ||
requires = [ "setuptools>=60", "setuptools_scm>=7"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RonnyPfannschmidt setuptools_scm 8 was breaking Python 3.7, so I kept setuptools_scm 7
3. Push the branch to `upstream`. | ||
4. Once all tests pass, merge the PR. | ||
5. Once the PR completes, create a Release with a new version tag on GitHub. | ||
Version should be in the form of "vx.y.z". ex: v0.9.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These steps were tested on a diff project, and I'm hoping to try this out on this project.
previous merge attempt had a merge conflict
fixes #64