Skip to content

Replace Qgis.QGIS_VERSION_INT by Qgis.versionInt() #793

Replace Qgis.QGIS_VERSION_INT by Qgis.versionInt()

Replace Qgis.QGIS_VERSION_INT by Qgis.versionInt() #793

Workflow file for this run

name: Transifex 🗺
on:
push:
branches:
- master
paths:
- '**.py'
- '**.ui'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == '3liz'
steps:
- uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
architecture: x64
cache: "pip"
cache-dependency-path: "requirements/packaging.txt"
- name: Install Packaging CI
run: |
sudo apt-get -qq update
sudo apt-get -qq install qttools5-dev-tools pyqt5-dev-tools
pip install --quiet -r requirements/packaging.txt
- name: Push to Transifex
run: qt-transifex -vv push --transifex-token "${{ secrets.TRANSIFEX_TOKEN }}"