Skip to content

Follow redirection if necessary in QNetworkRequest #403

Follow redirection if necessary in QNetworkRequest

Follow redirection if necessary in QNetworkRequest #403

Workflow file for this run

name: Transifex 🗺
on:
push:
branches:
- master
# - dev
paths:
- '**.py'
- '**.ui'
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == '3liz'
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
cache-dependency-path: "requirements/packaging.txt"
- name: Install Python requirements
run: pip install -r requirements/packaging.txt
- name: Push to Transifex
run: qgis-plugin-ci push-translation ${{ secrets.TRANSIFEX_TOKEN }}