浏览代码

list folders

jrobinAV 1 年之前
父节点
当前提交
1d57aca7cd
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/release.yml

+ 3 - 0
.github/workflows/release.yml

@@ -75,7 +75,10 @@ jobs:
       - name: Build and test the package
         run: |
           python setup.py build_py && python -m build
+          pwd
+          ls -l .
           rm -rf taipy
+          ls -l dist/
           pip install dist/*.tar.gz
           python -c "import taipy as tp; tp.Scenario"
           python -c "import taipy as tp; tp.gui"