Skip to content

Commit

Permalink
Use setup.py to build wheel assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Hatt committed Sep 18, 2024
1 parent 333a457 commit d00b33b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
with:
node-version: v22.1.0

- run: npm install
- run: npm run build

- name: Set up Python
uses: actions/setup-python@v2
with:
Expand All @@ -37,7 +34,6 @@ jobs:
run: |
python -m pip install --user --upgrade build
python -m build --wheel
ls -l dist/
- uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ backend/ttnn_visualizer/data
backend/ttnn_visualizer/static
backend/*egg-info
build
static/
.env

0 comments on commit d00b33b

Please sign in to comment.