We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27288b3 commit e26cf59Copy full SHA for e26cf59
.github/workflows/release.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- uses: astral-sh/setup-uv@v5
17
+ - name: Install the project
18
+ run: uv sync
19
- name: Bump Version
20
run: |
21
git config --global user.name 'github-actions[bot]'
@@ -63,6 +65,8 @@ jobs:
63
65
64
66
67
68
69
70
71
72
pyproject.toml
@@ -7,7 +7,6 @@ path = "src/cloud_autopkg_runner/__about__.py"
7
8
[dependency-groups]
9
dev = [
10
- "hatch>=1.14.0",
11
"pre-commit>=4.1.0",
12
"pytest-cov>=6.0.0",
13
"ruff>=0.11.0",
0 commit comments