Skip to content

Commit a8012eb

Browse files
committed
Update to latest GitHub actions
1 parent e23270d commit a8012eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- name: Install uv
16-
uses: astral-sh/setup-uv@v5
16+
uses: astral-sh/setup-uv@v7
1717

1818
- name: Build package
1919
run: uv build

0 commit comments

Comments
 (0)