docs: update README.md

This commit is contained in:
Junya Morioka
2025-11-05 13:59:20 +09:00
parent c87e6ac2cd
commit d2ebd07628
2 changed files with 1109 additions and 0 deletions
+8
View File
@@ -161,6 +161,14 @@ jobs:
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies
run: pip install pandas
- name: Update release history and packages section in README.md
run: |
gh release view "${{ github.ref_name }}" --json assets > /tmp/assets.json
+1101
View File
File diff suppressed because it is too large Load Diff