You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on the automatic packaging of a plugin which requires heavy 3rd party packages dependencies (Scikit-Learn) so I've a CI workflow like this:
Build dependencies on a Windows VM and store them as artifact
Download the artifact
Amend the gitignore to make the git archive (working under the hood of qgis-plugin-ci) the usely excluded files (especially pyd files)
Package the plugin and save it as artefact --> it works - see this one. You can see that the size of final archive is a bit more/less 6.15 Mo.
Deploying the plugin - see log showing dependencies being include:
✔️ as github release asset - see here = same expected size
🚫 to QGIS plugins official repository - it works BUT the plugin archive does not contain the dependencies = 21 Ko 🤔
Note: I've manually reupdated the archive to plugins.qgis.org so it can't be seen there.
Any idea? Because I'm quite confused...
The text was updated successfully, but these errors were encountered:
Strange on here:
I'm working on the automatic packaging of a plugin which requires heavy 3rd party packages dependencies (Scikit-Learn) so I've a CI workflow like this:
Note: I've manually reupdated the archive to plugins.qgis.org so it can't be seen there.
Any idea? Because I'm quite confused...
The text was updated successfully, but these errors were encountered: