Skip to content

Version 6.3.1

Version 6.3.1 #45

Workflow file for this run

name: Transifex 🗺
on:
push:
paths:
- '**.py'
- '**.ui'
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == '3liz/qgis-gobs-plugin'
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/[email protected]
with:
python-version: "3.10"
- name: Install qgis-plugin-ci
run: pip install -r requirements/packaging.txt
- name: Push to Transifex
run: qgis-plugin-ci push-translation ${{ secrets.TRANSIFEX_TOKEN }}