Skip to content

Commit 57ddc75

Browse files
committed
Packaging - Use setup.py instead pyproject.toml, temporary
1 parent 625da29 commit 57ddc75

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
sed -i "s/__VERSION__/${VERSION}/g" pyproject.toml
9696
sed -i "s/__VERSION__/${VERSION}/g" qgis_plugin_manager/__about__.py
9797
98+
- name: Use setup.py instead of pyproject.toml
99+
# Temporary, until the migration is done
100+
run: rm pyproject.toml
101+
98102
- name: Read the changelog
99103
id: changelog
100104
uses: 3liz/changelog-release@0.3.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 1.6.3 - 2024-05-15
6+
7+
### Fixed
8+
9+
* Fix packaging issue
10+
511
## 1.6.2 - 2024-05-15
612

713
### Added

0 commit comments

Comments
 (0)