diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e705e82..1d4ecd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,6 +95,10 @@ jobs: sed -i "s/__VERSION__/${VERSION}/g" pyproject.toml sed -i "s/__VERSION__/${VERSION}/g" qgis_plugin_manager/__about__.py + - name: Use setup.py instead of pyproject.toml + # Temporary, until the migration is done + run: rm pyproject.toml + - name: Read the changelog id: changelog uses: 3liz/changelog-release@0.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 70fec9e..4d69554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 1.6.3 - 2024-05-15 + +### Fixed + +* Fix packaging issue + ## 1.6.2 - 2024-05-15 ### Added