Skip to content

Commit

Permalink
fix: added missing build command for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Oct 30, 2024
1 parent d935191 commit b9ec3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Setup Python
run: uv python install

- name: Install project
run: uv sync --all-extras
- name: Install project & build
run: uv sync --all-extras && uv build

- name: Publish package
run: uv publish --token ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit b9ec3a2

Please sign in to comment.