Skip to content

Commit

Permalink
simpler build
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Jun 29, 2024
1 parent 3fc089d commit c7d3945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ release:
git push --tags

build:
rm -rf sky130/src/sky130_fd_sc_hd/timing
find . -type d -name "tests" -exec rm -rf {} +
rm -rf dist
pip install build
python -m build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ select = [
"docs/notebooks/intro.py" = ['B018']

[tool.setuptools.package-data]
mypkg = ["*.csv", "*.yaml"]
mypkg = ["*.gds"]

[tool.setuptools.packages]
find = {}
Expand Down

0 comments on commit c7d3945

Please sign in to comment.