We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2094e3f commit 0b2426dCopy full SHA for 0b2426d
.github/workflows/transifex.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: "3.10"
21
22
- name: Install qgis-plugin-ci
23
- run: pip3 install qgis-plugin-ci
+ run: pip install -r requirements/packaging.txt
24
25
- name: Push to Transifex
26
run: qgis-plugin-ci push-translation ${{ secrets.TRANSIFEX_TOKEN }}
requirements/packaging.txt
@@ -1 +1 @@
1
-qgis-plugin-ci>=2.1.1,<3.0.0
+qgis-plugin-ci>=2.7.0b5
0 commit comments