We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d105b5 commit dc502b1Copy full SHA for dc502b1
1 file changed
.github/workflows/build-and-publish.yaml
@@ -34,15 +34,15 @@ jobs:
34
- build-and-release
35
steps:
36
- name: Set up Python
37
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v6.2.0
38
with:
39
python-version: "3.12"
40
41
- name: Install the latest version of uv
42
- uses: astral-sh/setup-uv@v7
+ uses: astral-sh/setup-uv@v8.1.0
43
44
- name: Download the distribution packages
45
- uses: actions/download-artifact@v8
+ uses: actions/download-artifact@v8.0.1
46
47
name: python-package-distributions
48
path: dist/
0 commit comments