Get version number from github instead of azure pipelines in finish_release.py (#10669)

This commit is contained in:
ohemorange
2026-06-10 15:33:22 -07:00
committed by GitHub
parent 9cacd51003
commit dda67bfb9a
3 changed files with 71 additions and 75 deletions
-1
View File
@@ -43,7 +43,6 @@ install_requires = [
extras_require = {
"dev": [
"apacheconfig>=0.3.2",
"azure-devops",
"build",
"ipdb",
# allows us to use newer urllib3 https://github.com/python-poetry/poetry-plugin-export/issues/183