From 98065a8eeeab82561c625320919ed68df12248b2 Mon Sep 17 00:00:00 2001 From: William Grant Date: Tue, 13 May 2025 16:16:54 +1000 Subject: [PATCH 1/2] chore: Release 0.1.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d8e4b5..441cf49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "stacklet.client.platform" -version = "0.1.4" +version = "0.1.5" description = "Stacklet Platform Client" readme = "README.md" authors = ["Sonny Shi "] From 7e7e072d4bc917b5633cf87f58d2571b3b23c9e1 Mon Sep 17 00:00:00 2001 From: William Grant Date: Wed, 14 May 2025 07:27:34 +1000 Subject: [PATCH 2/2] Try upgrading download-artifact as well --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7c2619b..3b3febe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,7 +47,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/