Skip to content

Commit

Permalink
Try to manually copy the built files into where the src directory sho…
Browse files Browse the repository at this point in the history
…uld be for the pypi build
  • Loading branch information
sabaimran committed Aug 6, 2024
1 parent c23688e commit e9f9d92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9f9d92

Please sign in to comment.