diff --git a/CHANGELOG.md b/CHANGELOG.md index ed8fa8e..e3c50b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/) +## [5.0.2] 2023-07-10 + +### Fixed + +- github pipeline: remove cache config (poetry not found) + + ## [5.0.1] 2023-07-07 ### Fixed - README: pypi links + ## [5.0.0] 2023-07-06 ### Changed diff --git a/src/.github/workflows/check.yml b/src/.github/workflows/check.yml index b1d85ff..f510917 100644 --- a/src/.github/workflows/check.yml +++ b/src/.github/workflows/check.yml @@ -29,7 +29,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.11' - cache: 'poetry' - name: Install and configure poetry uses: snok/install-poetry@v1 diff --git a/src/.github/workflows/publish.yml b/src/.github/workflows/publish.yml index 1e7bfcc..f873e83 100644 --- a/src/.github/workflows/publish.yml +++ b/src/.github/workflows/publish.yml @@ -27,7 +27,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.11' - cache: 'poetry' - name: Install and configure poetry uses: snok/install-poetry@v1