1 parent cefec78 commit a1e2c8fCopy full SHA for a1e2c8f
2 files changed
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v7
15
- name: Setup python
16
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
17
with:
18
python-version: 3.x
19
- run: pipx run build
.github/workflows/test.yaml
@@ -15,7 +15,7 @@ jobs:
- name: Set up Python
20
python-version: ${{ matrix.python }}
21
- name: Setup uv
0 commit comments