From 1a84a92b66e9cd923b555c3ce9939b1fc1c019eb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Sep 2025 01:16:07 +0000 Subject: [PATCH 1/2] Initial plan From 98f7308dd85b76f848f5b5bb4b4a8091695e98ca Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Sep 2025 01:18:55 +0000 Subject: [PATCH 2/2] Update project title and fix README consistency with GitHub Actions Co-authored-by: toyfer <15968477+toyfer@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f16f15e..dab6076 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Embeddable Python Init +# Python オフライン配布パッケージビルダー GitHub Actionsを使用してオフライン・スタンドアロンで動作するPythonパッケージを自動構築・配布するプロジェクトです。 @@ -134,7 +134,7 @@ graph TD uses: softprops/action-gh-release@v2 with: tag_name: latest - name: Python Embeddable with UV + name: Python Embeddable with pandas # ... その他の設定 ``` **役割**: GitHubリリースを作成・更新し、配布パッケージを公開します。