Skip to content

Commit

Permalink
6.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Jan 27, 2025
1 parent 2d00730 commit 9dbdf2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Release
"on":
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+"

jobs:
release:
Expand All @@ -25,15 +25,15 @@ jobs:
with:
python-version: "3.13"

- name: Install dependencies
run: |
uv sync --all-extras --frozen
- name: Install UV
uses: astral-sh/setup-uv@v5
with:
version: ">=0.5.24"

- name: Install dependencies
run: |
uv sync --all-extras --frozen
- name: Check if there is a parent commit
id: check-parent-commit
run: |
Expand Down

0 comments on commit 9dbdf2e

Please sign in to comment.