From ddd6bdc29dbc8e67ff3b109e81c3de6a74fc29b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:19:03 +0100 Subject: [PATCH] Bump softprops/action-gh-release from 2.2.0 to 2.2.1 (#570) --- .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 900f266..846b189 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,7 +38,7 @@ jobs: run: | twine upload --verbose dist/* - name: Upload release assets - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@v2.2.1 with: files: | dist/*.whl