Change the way the export is created for the pypi package in order to transfer static files out of the tmp shell

This commit is contained in:
sabaimran
2024-08-05 22:46:54 +05:30
parent b17577c138
commit e9d6899fc2
2 changed files with 2 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ jobs:
- name: ⬇️ Install Web Client
run: |
yarn install
yarn ciexport
yarn pypiciexport
working-directory: src/interface/web
- name: ⚙️ Build Python Package