File tree Expand file tree Collapse file tree 5 files changed +438
-371
lines changed
Expand file tree Collapse file tree 5 files changed +438
-371
lines changed Original file line number Diff line number Diff line change 2323 uses : actions/setup-python@v6
2424 with :
2525 python-version : " 3.13"
26- - uses : astral-sh/setup-uv@v7
26+ - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
2727 - name : Configure Git Credentials
2828 run : |
2929 git config user.name github-actions[bot]
Original file line number Diff line number Diff line change 2929 - name : Build a binary wheel and a source tarball
3030 run : python3 -m build
3131 - name : Store the distribution packages
32- uses : actions/upload-artifact@v6
32+ uses : actions/upload-artifact@v7
3333 with :
3434 name : python-package-distributions
3535 path : dist/
4848 id-token : write # IMPORTANT: mandatory for trusted publishing
4949 steps :
5050 - name : Download all the dists
51- uses : actions/download-artifact@v7
51+ uses : actions/download-artifact@v8
5252 with :
5353 name : python-package-distributions
5454 path : dist/
7070
7171 steps :
7272 - name : Download all the dists
73- uses : actions/download-artifact@v7
73+ uses : actions/download-artifact@v8
7474 with :
7575 name : python-package-distributions
7676 path : dist/
Original file line number Diff line number Diff line change 2222 persist-credentials : false
2323
2424 - name : Install uv
25- uses : astral-sh/setup-uv@v7
25+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
2626
2727 - name : Check uv.lock sync status
2828 run : uv lock --locked
9898 persist-credentials : false
9999
100100 - name : Install uv
101- uses : astral-sh/setup-uv@v7
101+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
102102
103103 - uses : actions/setup-python@v6
104104 with :
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ dependencies = [
4747 " typing-extensions>=4.15" ,
4848]
4949optional-dependencies.sentry = [ " sentry-sdk~=2.19" ]
50- optional-dependencies.valkey = [ " valkey>=6.0.2,<7 " ]
51- optional-dependencies.yaml = [ " pyyaml~ =6.0" , " types-pyyaml>=6.0.12.20250516" ]
50+ optional-dependencies.valkey = [ " valkey>=6.0.2" ]
51+ optional-dependencies.yaml = [ " pyyaml> =6.0" , " types-pyyaml>=6.0.12.20250516" ]
5252urls."Bug Tracker" = " https://github.com/django-commons/django-tasks-scheduler/issues"
5353urls.Documentation = " https://django-tasks-scheduler.readthedocs.io/"
5454urls.Funding = " https://github.com/sponsors/cunla"
You can’t perform that action at this time.
0 commit comments