Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Oct 16, 2024
1 parent 9578c7c commit 0a4b07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pip install uv
pip install uv --user --break-system-packages
uv tool install build
uv tool install wheel
- name: Build app
Expand Down

0 comments on commit 0a4b07c

Please sign in to comment.