mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-27 04:03:09 +08:00
Automated release workflow (#1580)
This commit is contained in:
@ -71,7 +71,9 @@ def main():
|
||||
root_path, "opentelemetry-contrib-instrumentations", "pyproject.toml"
|
||||
)
|
||||
|
||||
deps = [f"{pkg}=={version}" for pkg, version in dependencies]
|
||||
deps = [
|
||||
f"{pkg.strip()}=={version.strip()}" for pkg, version in dependencies
|
||||
]
|
||||
with open(pyproject_toml_path, "rb") as file:
|
||||
pyproject_toml = tomli.load(file)
|
||||
|
||||
|
Reference in New Issue
Block a user