Skip to content

Commit 0b2426d

Browse files
committed
CI - Upgrade QGIS-Plugin-ci and release 5.2.2
1 parent 2094e3f commit 0b2426d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/transifex.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: "3.10"
2121

2222
- name: Install qgis-plugin-ci
23-
run: pip3 install qgis-plugin-ci
23+
run: pip install -r requirements/packaging.txt
2424

2525
- name: Push to Transifex
2626
run: qgis-plugin-ci push-translation ${{ secrets.TRANSIFEX_TOKEN }}

requirements/packaging.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
qgis-plugin-ci>=2.1.1,<3.0.0
1+
qgis-plugin-ci>=2.7.0b5

0 commit comments

Comments
 (0)