Add Python 3.14 and update actions

This commit is contained in:
Veronica Berglyd Olsen
2025-10-13 19:23:56 +02:00
parent fc622c76a4
commit a5513cc504
10 changed files with 21 additions and 22 deletions
+3 -4
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Python Setup
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.13"
architecture: x64
@@ -19,14 +19,13 @@ jobs:
sudo apt update
sudo apt install qttools5-dev-tools
- name: Checkout Source
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Build Assets
run: python pkgutils.py qtlrelease
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: nw-i18n
path: |
novelwriter/assets/i18n/*.qm
path: novelwriter/assets/i18n/*.qm
if-no-files-found: error
retention-days: 7