Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Embeddable Python Init
# Python オフライン配布パッケージビルダー

GitHub Actionsを使用してオフライン・スタンドアロンで動作するPythonパッケージを自動構築・配布するプロジェクトです。

Expand Down Expand Up @@ -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リリースを作成・更新し、配布パッケージを公開します。
Expand Down
Loading