File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Build a binary wheel and a source tarball
2323 run : python3 -m build
2424 - name : Store the distribution packages
25- uses : actions/upload-artifact@v4
25+ uses : actions/upload-artifact@v5
2626 with :
2727 name : python-package-distributions
2828 path : dist/
4141
4242 steps :
4343 - name : Download all the dists
44- uses : actions/download-artifact@v5
44+ uses : actions/download-artifact@v6
4545 with :
4646 name : python-package-distributions
4747 path : dist/
@@ -62,12 +62,12 @@ jobs:
6262
6363 steps :
6464 - name : Download all the dists
65- uses : actions/download-artifact@v5
65+ uses : actions/download-artifact@v6
6666 with :
6767 name : python-package-distributions
6868 path : dist/
6969 - name : Sign the dists with Sigstore
70- uses : sigstore/gh-action-sigstore-python@v3.0.1
70+ uses : sigstore/gh-action-sigstore-python@v3.1.0
7171 with :
7272 inputs : >-
7373 ./dist/*.tar.gz
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ repos:
2525 - id : python-no-log-warn
2626 - id : text-unicode-replacement-char
2727- repo : https://github.com/astral-sh/ruff-pre-commit
28- rev : v0.14.0
28+ rev : v0.14.2
2929 hooks :
3030 - id : ruff-format
3131 - id : ruff-check
3232- repo : https://github.com/astral-sh/uv-pre-commit
33- rev : 0.9.2
33+ rev : 0.9.6
3434 hooks :
3535 - id : uv-lock
3636- repo : https://github.com/executablebooks/mdformat
You can’t perform that action at this time.
0 commit comments