We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9767fae commit 762203aCopy full SHA for 762203a
setup.py
@@ -34,8 +34,8 @@ def _get_dependencies(requirements_file: Path) -> list[str]:
34
setup(
35
# We use a dictionary with a fallback version rather than "True"
36
# like https://github.com/pypa/setuptools_scm/issues/77 so that we do not
37
- # error in Docker.
38
- # use_scm_version={'fallback_version': 'FALLBACK_VERSION'},
+ # error in the Docker build stage of the release pipeline.
+ use_scm_version={'fallback_version': 'FALLBACK_VERSION'},
39
setup_requires=SETUP_REQUIRES,
40
install_requires=INSTALL_REQUIRES,
41
extras_require={'dev': DEV_REQUIRES},
0 commit comments