Skip to content

Commit e26cf59

Browse files
committed
Sync uv before hatch step
1 parent 27288b3 commit e26cf59

File tree

3 files changed

+4
-541
lines changed

3 files changed

+4
-541
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: astral-sh/setup-uv@v5
17+
- name: Install the project
18+
run: uv sync
1719
- name: Bump Version
1820
run: |
1921
git config --global user.name 'github-actions[bot]'
@@ -63,6 +65,8 @@ jobs:
6365
steps:
6466
- uses: actions/checkout@v4
6567
- uses: astral-sh/setup-uv@v5
68+
- name: Install the project
69+
run: uv sync
6670
- name: Bump Version
6771
run: |
6872
git config --global user.name 'github-actions[bot]'

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ path = "src/cloud_autopkg_runner/__about__.py"
77

88
[dependency-groups]
99
dev = [
10-
"hatch>=1.14.0",
1110
"pre-commit>=4.1.0",
1211
"pytest-cov>=6.0.0",
1312
"ruff>=0.11.0",

0 commit comments

Comments
 (0)