upgrade workflow

This commit is contained in:
2025-12-19 19:31:47 +00:00
parent 26c0e1b0e9
commit efc115c936
3 changed files with 21 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ on:
workflow_call:
permissions:
contents: read
contents: write
packages: write
jobs:
@@ -35,7 +35,6 @@ jobs:
with:
name: build-${{ matrix.platform }}-${{ matrix.arch }}
path: .
run-id: ${{ github.run_id }}
- name: Set up Python
uses: actions/setup-python@v5