File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 - ' *'
99jobs :
1010 docs :
11- uses : tskit-dev/.github/.github/workflows/docs.yml@v14
11+ uses : tskit-dev/.github/.github/workflows/docs.yml@v15
Original file line number Diff line number Diff line change 55
66jobs :
77 Lint :
8- uses : tskit-dev/.github/.github/workflows/lint.yml@v14
8+ uses : tskit-dev/.github/.github/workflows/lint.yml@v15
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments