ci : bump gguf publish python version (#20982)

This commit is contained in:
Sigbjørn Skjæret 2026-03-25 10:04:59 +01:00 committed by GitHub
parent 8fc85db9d2
commit 403c9c9cef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.9.x'
python-version: '3.11'
- name: Install dependencies
run: |
cd gguf-py