We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa0e7c commit 6ac39a8Copy full SHA for 6ac39a8
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
make manifest
38
39
- name: Install Python requirements
40
- run: pip3 install --upgrade qgis-plugin-ci build
+ run: pip3 install --upgrade setuptools qgis-plugin-ci build
41
42
- name : Get current changelog
43
run: qgis-plugin-ci changelog ${{ env.CI_COMMIT_TAG }} >> release.md
0 commit comments