File tree Expand file tree Collapse file tree 5 files changed +14
-1
lines changed Expand file tree Collapse file tree 5 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CHGLOG_FILE="${CHGLOG_FILE:-CHANGELOG.md}"
1111
1212# update package version
1313uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version " ${TARGET_VERSION} "
14- uv lock --upgrade-package docling-ibm-models
14+ UV_FROZEN=0 uv lock --upgrade-package docling-ibm-models
1515
1616# collect release notes
1717REL_NOTES=$( mktemp)
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: "Run CD"
33on :
44 workflow_dispatch :
55
6+ env :
7+ UV_FROZEN : " 1"
8+
69jobs :
710 code-checks :
811 uses : ./.github/workflows/checks.yml
Original file line number Diff line number Diff line change 1212env :
1313 HF_HUB_DOWNLOAD_TIMEOUT : " 60"
1414 HF_HUB_ETAG_TIMEOUT : " 60"
15+ UV_FROZEN : " 1"
1516
1617jobs :
1718 run-checks :
Original file line number Diff line number Diff line change 44 release :
55 types : [published]
66
7+ env :
8+ UV_FROZEN : " 1"
9+
710permissions :
811 contents : read
912
Original file line number Diff line number Diff line change @@ -16,11 +16,17 @@ authors = [
1616classifiers = [
1717 " Operating System :: MacOS :: MacOS X" ,
1818 " Operating System :: POSIX :: Linux" ,
19+ " Operating System :: Microsoft :: Windows" ,
1920 " Development Status :: 5 - Production/Stable" ,
2021 " Intended Audience :: Developers" ,
2122 " Intended Audience :: Science/Research" ,
2223 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
2324 " Programming Language :: Python :: 3" ,
25+ " Programming Language :: Python :: 3.9" ,
26+ " Programming Language :: Python :: 3.10" ,
27+ " Programming Language :: Python :: 3.11" ,
28+ " Programming Language :: Python :: 3.12" ,
29+ " Programming Language :: Python :: 3.13" ,
2430]
2531requires-python = ' >=3.9,<4.0'
2632dependencies = [
You can’t perform that action at this time.
0 commit comments