Skip to content

Commit 7ecc776

Browse files
authored
Merge pull request #298 from plotly/update-release-action
Install requirements before generating dist
2 parents aa11d8d + f1bbc34 commit 7ecc776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Generate distribution
2828
run: |
2929
source .venv/bin/activate
30+
uv pip install -r requires-dev.txt -r requires-install.txt
3031
npm i
3132
npm run dist
3233
npm pack && mv *.tgz dist/

0 commit comments

Comments
 (0)