Skip to content

Commit

Permalink
Merge pull request #298 from plotly/update-release-action
Browse files Browse the repository at this point in the history
Install requirements before generating dist
  • Loading branch information
ndrezn authored Apr 30, 2024
2 parents aa11d8d + f1bbc34 commit 7ecc776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Generate distribution
run: |
source .venv/bin/activate
uv pip install -r requires-dev.txt -r requires-install.txt
npm i
npm run dist
npm pack && mv *.tgz dist/
Expand Down

0 comments on commit 7ecc776

Please sign in to comment.