Try to manually copy the built files into where the src directory should be for the pypi build

This commit is contained in:
sabaimran 2024-08-06 10:05:06 +05:30
parent c23688e2de
commit e9f9d92989

View file

@ -45,6 +45,11 @@ jobs:
yarn pypiciexport
working-directory: src/interface/web
- name: 📂 Copy Generated Files
run: |
mkdir -p src/khoj/interface/
cp -r /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/khoj/interface/built/* src/khoj/interface/built/
- name: ⚙️ Build Python Package
run: |
# Setup Environment for Reproducible Builds