Skip to content

Commit 03a9d0a

Browse files
committed
发布脚本也要升级下python
1 parent 0ff9ee8 commit 03a9d0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unity_publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ jobs:
259259
with:
260260
github_token: ${{ secrets.GITHUB_TOKEN }}
261261
backend: papi-nodejs
262+
- uses: actions/setup-python@v6
263+
with:
264+
python-version: '3.14'
262265
- name: papi-python
263266
uses: ./.github/workflows/composites/unity-build-plugins/linux/
264267
with:

0 commit comments

Comments
 (0)