Skip to content

Commit

Permalink
poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed Nov 6, 2024
1 parent 9103b01 commit 04b4b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
- name: Build package
run: poetry build && poetry run python scripts/bb_addon_create.py
run: poetry build && poetry install && poetry run python scripts/bb_addon_create.py
- name: Upload release artifacts
run: gh release upload ${{ github.event.release.tag_name }} dist/*.{tar.gz,whl} dist/nrepl_panel_addon*.py
env:
Expand Down

0 comments on commit 04b4b5d

Please sign in to comment.