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 625da29 commit 57ddc75Copy full SHA for 57ddc75
.github/workflows/release.yml
@@ -95,6 +95,10 @@ jobs:
95
sed -i "s/__VERSION__/${VERSION}/g" pyproject.toml
96
sed -i "s/__VERSION__/${VERSION}/g" qgis_plugin_manager/__about__.py
97
98
+ - name: Use setup.py instead of pyproject.toml
99
+ # Temporary, until the migration is done
100
+ run: rm pyproject.toml
101
+
102
- name: Read the changelog
103
id: changelog
104
uses: 3liz/changelog-release@0.3.0
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## 1.6.3 - 2024-05-15
6
7
+### Fixed
8
9
+* Fix packaging issue
10
11
## 1.6.2 - 2024-05-15
12
13
### Added
0 commit comments