Skip to content

Commit

Permalink
Fix the release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekitdev committed Aug 13, 2024
1 parent e33875e commit 1fdc430
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,11 @@ jobs:
- name: Setup uv
uses: yezz123/setup-uv@v4

- name: Install hatch
run: uv tool install hatch

- name: Build
run: uv build
run: uv run hatch build

- name: Upload packages
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1fdc430

Please sign in to comment.