Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The uploaded plugin to the official repo is different than the packaged one #106

Open
Guts opened this issue Jan 12, 2022 · 1 comment
Open
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@Guts
Copy link
Collaborator

Guts commented Jan 12, 2022

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:

  1. Build dependencies on a Windows VM and store them as artifact
  2. Download the artifact
  3. Amend the gitignore to make the git archive (working under the hood of qgis-plugin-ci) the usely excluded files (especially pyd files)
  4. 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.
  5. Deploying the plugin - see log showing dependencies being include:
  • ✔️ as github release asset - see here = same expected size

image

  • 🚫 to QGIS plugins official repository - it works BUT the plugin archive does not contain the dependencies = 21 Ko 🤔

image

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...

@Guts Guts added help wanted Extra attention is needed question Further information is requested labels Jan 13, 2022
@m-kuhn
Copy link
Member

m-kuhn commented Apr 8, 2024

@Guts is this fixed with #230 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants