File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818
1919 - name : Install uv
20- uses : astral-sh/setup-uv@v7
20+ uses : astral-sh/setup-uv@v7.1.4
2121 with :
2222 version : " latest"
2323
4545 - uses : actions/checkout@v4
4646
4747 - name : Install uv
48- uses : astral-sh/setup-uv@v7
48+ uses : astral-sh/setup-uv@v7.1.4
4949 with :
5050 version : " latest"
5151
7474 - uses : actions/checkout@v4
7575
7676 - name : Install uv
77- uses : astral-sh/setup-uv@v7
77+ uses : astral-sh/setup-uv@v7.1.4
7878
7979 - name : Set up Python
8080 run : uv python install 3.12
9191 uv run twine check dist/*
9292
9393 - name : Store distribution
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v5
9595 with :
9696 name : python-package-distributions
9797 path : dist/
Original file line number Diff line number Diff line change 7171 python-version : " 3.10"
7272
7373 - name : Install uv
74- uses : astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6
74+ uses : astral-sh/setup-uv@8f1d388b4b83ba56ec25d3787080bc053a2512e8 # v6
7575 with :
7676 version : " 0.7.3"
7777
8383 uv build
8484
8585 - name : Upload build artifacts
86- uses : actions/upload-artifact@v4
86+ uses : actions/upload-artifact@v5
8787 with :
8888 name : dist
8989 path : dist/*
You can’t perform that action at this time.
0 commit comments