Parcourir la source

fix: long_description reference

Joao Andre il y a 10 mois
Parent
commit
e8893a4188

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

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

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

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