mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +00:00
Try to manually copy the built files into where the src directory should be for the pypi build
This commit is contained in:
5
.github/workflows/pypi.yml
vendored
5
.github/workflows/pypi.yml
vendored
@@ -45,6 +45,11 @@ jobs:
|
|||||||
yarn pypiciexport
|
yarn pypiciexport
|
||||||
working-directory: src/interface/web
|
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
|
- name: ⚙️ Build Python Package
|
||||||
run: |
|
run: |
|
||||||
# Setup Environment for Reproducible Builds
|
# Setup Environment for Reproducible Builds
|
||||||
|
|||||||
Reference in New Issue
Block a user