瀏覽代碼

fix: long_description reference

Joao Andre 10 月之前
父節點
當前提交
e8893a4188
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 0 1
      .github/workflows/build-and-release.yml
  2. 1 1
      tools/packages/taipy-templates/setup.py

+ 0 - 1
.github/workflows/build-and-release.yml

@@ -216,7 +216,6 @@ jobs:
       - name: Build Taipy package
       - name: Build Taipy package
         run: |
         run: |
           python setup.py build_py && python -m build
           python setup.py build_py && python -m build
-          for file in ./dist/*; do mv "$file" "${file//_/-}"; done
 
 
       - name: Create tag and release Taipy
       - name: Create tag and release Taipy
         run: |
         run: |

+ 1 - 1
tools/packages/taipy-templates/setup.py

@@ -58,7 +58,7 @@ setup(
     ],
     ],
     description="An open-source package holding Taipy application templates.",
     description="An open-source package holding Taipy application templates.",
     license="Apache License 2.0",
     license="Apache License 2.0",
-    long_description=readme,
+    long_description=package_desc,
     long_description_content_type="text/markdown",
     long_description_content_type="text/markdown",
     keywords="taipy-templates",
     keywords="taipy-templates",
     name="taipy-templates",
     name="taipy-templates",