Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
fetch-depth: 0
- name: "🔄 Install the latest version of uv"
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
- name: "🧪 Install tox"
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv
- name: "🐍 Install Python"
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
with:
fetch-depth: 0
- name: "🔄 Install the latest version of uv"
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
- name: "🧪 Install tox"
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv
- name: "📦 Build package to generate version"
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
with:
fetch-depth: 0
- name: "🔄 Install the latest version of uv"
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
- name: "🧪 Install tox"
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv
- name: "⚙️ Setup test suite"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: "🔄 Install the latest version of uv"
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
- name: "📦 Build package"
run: uv build --python 3.13 --python-preference only-managed --sdist --wheel . --out-dir dist
- name: "📤 Store the distribution packages"
Expand Down