File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Build a binary wheel and a source tarball
2929 run : python3 -m build
3030 - name : Store the distribution packages
31- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
31+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
3232 with :
3333 name : python-package-distributions
3434 path : dist/
4747
4848 steps :
4949 - name : Download all the dists
50- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
50+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
5151 with :
5252 name : python-package-distributions
5353 path : dist/
6868
6969 steps :
7070 - name : Download all the dists
71- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
71+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
7272 with :
7373 name : python-package-distributions
7474 path : dist/
Original file line number Diff line number Diff line change 2626 - id : python-use-type-annotations
2727 - id : text-unicode-replacement-char
2828- repo : https://github.com/astral-sh/ruff-pre-commit
29- rev : v0.15.2
29+ rev : v0.15.7
3030 hooks :
3131 - id : ruff-check
3232 - id : ruff-format
You can’t perform that action at this time.
0 commit comments