Skip to content

Commit 625da29

Browse files
committed
Half migrating to pyproject.toml and fix release 1.6.2
1 parent 0f5419d commit 625da29

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
VERSION=${GITHUB_REF:-0.0.0}
9393
VERSION=${VERSION##*/}
9494
sed -i "s/__VERSION__/${VERSION}/g" setup.py
95+
sed -i "s/__VERSION__/${VERSION}/g" pyproject.toml
9596
sed -i "s/__VERSION__/${VERSION}/g" qgis_plugin_manager/__about__.py
9697
9798
- name: Read the changelog

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
[project]
2+
name = 'qgis-plugin-manager'
3+
version = "__VERSION__"
4+
15
[tool.setuptools]
2-
license-files = "LICENSE"
6+
license-files = ["LICENSE"]
37

48
# Ruff configuration
59
# See https://doc.astral.sh/ruff/configuration

0 commit comments

Comments
 (0)