Skip to content

Commit

Permalink
remove deprecated mode keyword from build_client and add --cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Oct 11, 2024
1 parent 49968a1 commit 4120af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: build refl1d webview
run: |
python -m pip install -e ./refl1d
python -m refl1d.webview.build_client --mode=production
python -m refl1d.webview.build_client --cleanup
- name: Install dependencies for building the wheel
run: |
Expand Down

0 comments on commit 4120af2

Please sign in to comment.