Skip to content

Commit

Permalink
Move the README.md file into the cli directory before build
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp committed Jan 14, 2024
1 parent 5922b84 commit 48fcb1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
(. .venv/build/${{ env.BIN_DIR }}/activate && cd partcad && python -m build && cd .. && deactivate)
(. .venv/build-cli/${{ env.BIN_DIR }}/activate && python -m pip install -r partcad/requirements.txt && deactivate)
(. .venv/build-cli/${{ env.BIN_DIR }}/activate && python -m pip install --no-index --find-links=partcad/dist partcad && deactivate)
cp README.md partcad-cli
(. .venv/build-cli/${{ env.BIN_DIR }}/activate && cd partcad-cli && python -m build && cd .. && deactivate)
- name: Test installation
run: |
Expand Down
2 changes: 1 addition & 1 deletion partcad-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "partcad-cli"
version = "0.3.2"
description = "Command-line interface to PartCAD"
readme = "../README.md"
readme = "README.md"
keywords = ["cadquery", "build123d", "cad", "design", "openscad", "step", "stl"]
requires-python = ">=3.9"
license = {file = "LICENSE.txt"}
Expand Down

0 comments on commit 48fcb1d

Please sign in to comment.