Skip to content

Commit

Permalink
Packaging - Use setup.py instead pyproject.toml, temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed May 15, 2024
1 parent 625da29 commit 57ddc75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 1.6.3 - 2024-05-15

### Fixed

* Fix packaging issue

## 1.6.2 - 2024-05-15

### Added
Expand Down

0 comments on commit 57ddc75

Please sign in to comment.