Skip to content

Commit

Permalink
Clarify dist directory build
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Mar 19, 2024
1 parent db4cae9 commit 3548a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
for t in tests/*.rdbu; do rdbunit --database=sqlite $t | sqlite3 ; done
- name: Build package
run: |
mkdir -p dist
cd src
pipenv run hatch build ../dist/
- name: Create virtual environment for installation
Expand Down
4 changes: 3 additions & 1 deletion docs/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ Building
.. code:: sh
# While in the top-level directory
hatch build
hatch build dist/
This will result in built files being placed in the ``dist`` directory.

Documentation building
~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 3548a42

Please sign in to comment.