-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add wheel
to dev-dependencies
#457
Conversation
|
Confirmed all the binary builds work correctly with this change. https://github.com/temporalio/sdk-python/actions/runs/7454061042?pr=457 |
This reverts commit 2c392cb.
pyproject.toml
Outdated
@@ -64,6 +64,9 @@ twine = "^4.0.1" | |||
opentelemetry = ["opentelemetry-api", "opentelemetry-sdk"] | |||
grpc = ["grpcio"] | |||
|
|||
[tool.poetry.group.dev.dependencies] | |||
wheel = "^0.42.0" |
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.
Can this be moved to the tool.poetry.dev-dependencies
section above? I know that newer poetry has it like this, but for older ones (which some envs are forced to use I think), we already have a list above.
@josh-berry - LGTM, can just remove your branch now and we can probably merge |
This reverts commit d9dc32c.
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.
Thanks!
No description provided.