Skip to content

Commit 1f5c3d9

Browse files
Pin shared workflows to v15, set uv to 0.10.0
1 parent 3b79266 commit 1f5c3d9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88
- '*'
99
jobs:
1010
docs:
11-
uses: tskit-dev/.github/.github/workflows/docs.yml@v14
11+
uses: tskit-dev/.github/.github/workflows/docs.yml@v15

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ on:
55

66
jobs:
77
Lint:
8-
uses: tskit-dev/.github/.github/workflows/lint.yml@v14
8+
uses: tskit-dev/.github/.github/workflows/lint.yml@v15

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010

1111
packaging:
1212
name: Python packaging
13-
uses: tskit-dev/.github/.github/workflows/python-packaging.yml@v14
13+
uses: tskit-dev/.github/.github/workflows/python-packaging.yml@v15
1414
with:
15-
cli-test-cmd: tszip --help
15+
cli-test-cmd: tszip --help
1616

1717

1818
test:
1919
name: Python
20-
uses: tskit-dev/.github/.github/workflows/python-tests.yml@v14
20+
uses: tskit-dev/.github/.github/workflows/python-tests.yml@v15
2121
with:
2222
os: ${{ matrix.os }}
2323
python-version: ${{ matrix.python }}

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: astral-sh/setup-uv@v6
2323
with:
2424
python-version: "3.12"
25-
version: "0.8.15"
25+
version: "0.10.0"
2626

2727
- name: Build artifacts
2828
run: uv build

0 commit comments

Comments
 (0)