Skip to content

2.8.0-beta

Compare
Choose a tag to compare
@3nids 3nids released this 18 Aug 08:57
· 82 commits to master since this release
d251d2e
Allow adding additional assets (#230)

* Allow adding additional assets

Adds a new parameter `--asset-path` or `-a` followed by a path to an additional asset to be packaged/released.

```
qgis-plugin-ci package 1.0 --asset-path myplugin/some_dependency-1.0-py3-none-any.whl
```

* check asset paths before opening tar file

---------

Co-authored-by: Denis Rouzaud <[email protected]>