We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5419d commit 625da29Copy full SHA for 625da29
.github/workflows/release.yml
@@ -92,6 +92,7 @@ jobs:
92
VERSION=${GITHUB_REF:-0.0.0}
93
VERSION=${VERSION##*/}
94
sed -i "s/__VERSION__/${VERSION}/g" setup.py
95
+ sed -i "s/__VERSION__/${VERSION}/g" pyproject.toml
96
sed -i "s/__VERSION__/${VERSION}/g" qgis_plugin_manager/__about__.py
97
98
- name: Read the changelog
pyproject.toml
@@ -1,5 +1,9 @@
1
+[project]
2
+name = 'qgis-plugin-manager'
3
+version = "__VERSION__"
4
+
5
[tool.setuptools]
-license-files = "LICENSE"
6
+license-files = ["LICENSE"]
7
8
# Ruff configuration
9
# See https://doc.astral.sh/ruff/configuration
0 commit comments