Skip to content

Commit

Permalink
Install package from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
LKajan committed Dec 15, 2023
1 parent b68bd3e commit 97e0061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
# run: sudo apt-get update && sudo apt-get install qt5-default qttools5-dev-tools

- name: Install qgis-plugin-ci
run: pip3 install git+https://github.com/GispoCoding/qgis-plugin-ci.git
run: pip3 install qgis-plugin-ci

# When osgeo upload is wanted: --osgeo-username usrname --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
# When Transifex is wanted: --transifex-token ${{ secrets.TRANSIFEX_TOKEN }}
- name: Deploy plugin
run: qgis-plugin-ci release latest --osgeo-username ${{ secrets.OSGEO_USER }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }} --github-token ${{ secrets.GITHUB_TOKEN }} --disable-submodule-update
run: qgis-plugin-ci release latest --osgeo-username ${{ secrets.OSGEO_USER }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }} --github-token ${{ secrets.GITHUB_TOKEN }} --disable-submodule-update

0 comments on commit 97e0061

Please sign in to comment.