Skip to content

Commit

Permalink
Build in dist/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Mar 19, 2024
1 parent c12aa0a commit db4cae9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
run: |
for t in tests/*.rdbu; do rdbunit --database=sqlite $t | sqlite3 ; done
- name: Build package
run: cd src && pipenv run hatch build ..
run: |
mkdir -p dist
cd src
pipenv run hatch build ../dist/
- name: Create virtual environment for installation
run: |
pip install virtualenv
Expand All @@ -51,7 +54,6 @@ jobs:
run: |
cd test-a3k
. bin/activate
ls ../dist
python3 -m pip install --use-pep517 ../dist/alexandria3k-*.whl
- name: Run built package
run: |
Expand Down

0 comments on commit db4cae9

Please sign in to comment.