Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: /bin/date -u "+%U" > .weeknum.txt
shell: bash

- uses: astral-sh/setup-uv@v6
- uses: astral-sh/setup-uv@v7
with:
enable-cache: true
cache-dependency-glob: ".weeknum.txt"
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: /bin/date -u "+%U" > .weeknum.txt
shell: bash

- uses: astral-sh/setup-uv@v6
- uses: astral-sh/setup-uv@v7
with:
enable-cache: true
cache-dependency-glob: ".weeknum.txt"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check Dists (twine)
run: twine check dist/*

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: packages
path: dist/*
Expand All @@ -35,7 +35,7 @@ jobs:
id-token: write

steps:
- uses: actions/download-artifact@v5
- uses: actions/download-artifact@v6
with:
name: packages
path: dist
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v5
- uses: actions/download-artifact@v6
with:
name: packages
path: dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_test_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Check Dists (twine)
run: twine check dist/*

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: packages
path: dist/*
Expand All @@ -51,7 +51,7 @@ jobs:
id-token: write

steps:
- uses: actions/download-artifact@v5
- uses: actions/download-artifact@v6
with:
name: packages
path: dist
Expand Down