Skip to content

Commit

Permalink
ci: --all-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Oct 15, 2024
1 parent 963e601 commit 29ebfa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- run: uv run --frozen pyright
- run: uv run --frozen ruff check
- run: uv run --all-extras --frozen pyright
- run: uv run --all-extras --frozen ruff check
if: always()

release:
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- run: uv build
- run: uv build --all
# - run: uv publish
- run: |
gh release create ${{ github.ref_name }} dist/* \
Expand Down

0 comments on commit 29ebfa9

Please sign in to comment.