File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 - name : Set up Python
2222 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2323 with :
24- python-version : " 3.13 "
24+ python-version : " 3.14 "
2525 - name : Install dependencies
2626 run : uv sync --frozen
2727 - name : Check formatting
Original file line number Diff line number Diff line change 2424 - name : Set up Python
2525 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2626 with :
27- python-version : " 3.13 "
27+ python-version : " 3.14 "
2828 - name : Build package
2929 run : uv build
3030 - name : Publish package distributions to PyPI
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818 - # Required for the package command tests to work
1919 name : Set up Docker Buildx
20- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
20+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
2121 - name : Install uv
2222 uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
2323 with :
2424 version : " 0.11.2"
2525 - name : Set up Python
2626 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2727 with :
28- python-version : " 3.13 "
28+ python-version : " 3.14 "
2929 - name : Install dependencies
3030 run : uv sync --frozen
3131 - name : Run tests
You can’t perform that action at this time.
0 commit comments