diff --git a/.github/workflows/PublishReleaseNotes.yml b/.github/workflows/PublishReleaseNotes.yml index 56c243e..d308ea9 100644 --- a/.github/workflows/PublishReleaseNotes.yml +++ b/.github/workflows/PublishReleaseNotes.yml @@ -880,11 +880,11 @@ jobs: export GH_TOKEN=${{ github.token }} - if [[ -s __ASSETS__.md ]]; then - addNotes=("--notes-file" "__ASSETS__.md") + if [[ -s __NOTES__.md ]]; then + addNotes=("--notes-file" "__NOTES__.md") else - printf " ${ANSI_LIGHT_RED}File '%s' not found.${ANSI_NOCOLOR}\n" "__ASSETS__.md" - printf "::error title=%s::%s\n" "InternalError" "File '__ASSETS__.md' not found." + printf " ${ANSI_LIGHT_RED}File '%s' not found.${ANSI_NOCOLOR}\n" "__NOTES__.md" + printf "::error title=%s::%s\n" "InternalError" "File '__NOTES__.md' not found." exit 1 fi diff --git a/dist/requirements.txt b/dist/requirements.txt index cacbc6f..e87980b 100644 --- a/dist/requirements.txt +++ b/dist/requirements.txt @@ -1,2 +1,2 @@ -wheel ~= 0.45 +wheel ~= 0.45.0 twine ~= 6.2 diff --git a/doc/requirements.txt b/doc/requirements.txt index 1effbe5..40350e2 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -4,7 +4,7 @@ pyTooling ~= 8.8 # Enforce latest version on ReadTheDocs sphinx ~= 8.2 -docutils ~= 0.21 +docutils ~= 0.21.0 docutils_stubs ~= 0.0.22 # ReadTheDocs Theme @@ -13,7 +13,7 @@ sphinx_rtd_theme ~= 3.0 # Sphinx Extenstions sphinxcontrib-mermaid ~= 1.2 autoapi >= 2.0.1 -sphinx_design ~= 0.6 -sphinx-copybutton >= 0.5 +sphinx_design ~= 0.6.0 +sphinx-copybutton >= 0.5.0 sphinx_autodoc_typehints ~= 3.5 # 3.6 is conflicting with old sphinx_design and rtd theme due to sphinx<9 and docutils<0.22 -sphinx_reports ~= 0.9 +sphinx_reports ~= 0.9.0