We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa11d8d + f1bbc34 commit 7ecc776Copy full SHA for 7ecc776
.github/workflows/release.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Generate distribution
28
run: |
29
source .venv/bin/activate
30
+ uv pip install -r requires-dev.txt -r requires-install.txt
31
npm i
32
npm run dist
33
npm pack && mv *.tgz dist/
0 commit comments