Skip to content

Commit

Permalink
Add __init__.py to libs/ so that QGIS understands we've got a subpack…
Browse files Browse the repository at this point in the history
…age in libs and can reload it when reloading or upgrading the plugin
  • Loading branch information
gacarrillor committed May 20, 2024
1 parent ca852cf commit 8cac827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/plugin-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
pip download -r requirements.txt --only-binary :all: -d temp/
unzip -o "temp/*.whl" -d pg_service_parser/libs
rm -r temp
# To let QGIS know we've got subpackages in libs
touch pg_service_parser/libs/__init__.py
# set write rights to group (because qgis-plugin-ci needs it)
chmod -R g+w pg_service_parser/libs
Expand Down

0 comments on commit 8cac827

Please sign in to comment.