File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Changelog
44Next
55----
66
7+ 2021.12.26.2
8+ ------------
9+
7102021.12.26
811------------
912
Original file line number Diff line number Diff line change @@ -181,6 +181,11 @@ ignore_path = [
181181
182182[tool .setuptools_scm ]
183183
184+ # We use a fallback version like
185+ # https://github.com/pypa/setuptools_scm/issues/77 so that we do not
186+ # error in the Docker build stage of the release pipeline.
187+ fallback_version = " FALLBACK_VERSION"
188+
184189
185190[tool .pydocstyle ]
186191# We do not have summary lines, care about "mood", or need sections with
Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ def _get_dependencies(requirements_file: Path) -> list[str]:
3232)
3333
3434setup (
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'},
3935 setup_requires = SETUP_REQUIRES ,
4036 install_requires = INSTALL_REQUIRES ,
4137 extras_require = {'dev' : DEV_REQUIRES },
You can’t perform that action at this time.
0 commit comments