mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Try to manually copy the built files into where the src directory should be for the pypi build
This commit is contained in:
parent
c23688e2de
commit
e9f9d92989
1 changed files with 5 additions and 0 deletions
5
.github/workflows/pypi.yml
vendored
5
.github/workflows/pypi.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue