From 3edd7f0e9fe577037533472ea6da958cc1e72527 Mon Sep 17 00:00:00 2001 From: s-weigand Date: Fri, 17 Jun 2022 17:28:23 +0200 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=A9=B9=F0=9F=94=A7=20Upgradegrade=20s?= =?UTF-8?q?etuptools=20to=20>=3D62.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI_CD_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI_CD_actions.yml b/.github/workflows/CI_CD_actions.yml index 7b88deb90..69ce39eaa 100644 --- a/.github/workflows/CI_CD_actions.yml +++ b/.github/workflows/CI_CD_actions.yml @@ -34,7 +34,7 @@ jobs: with: python-version: 3.8 - name: Install check manifest - run: python -m pip install check-manifest + run: python -m pip install check-manifest 'setuptools>=62.4.0' - name: Run check manifest run: check-manifest From 1b2cc3df72e61891ebf786184dcd29f33f98aaa5 Mon Sep 17 00:00:00 2001 From: s-weigand Date: Fri, 17 Jun 2022 17:30:32 +0200 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=A7=20Upgrade=20setuptools=20in=20?= =?UTF-8?q?the=20deploy=20step=20just=20to=20be=20on=20the=20save=20side?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI_CD_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI_CD_actions.yml b/.github/workflows/CI_CD_actions.yml index 69ce39eaa..44fbc3686 100644 --- a/.github/workflows/CI_CD_actions.yml +++ b/.github/workflows/CI_CD_actions.yml @@ -153,7 +153,7 @@ jobs: python-version: 3.8 - name: Install dependencies run: | - python -m pip install -U pip wheel + python -m pip install -U pip wheel 'setuptools>=62.4.0' - name: Build dist run: | python setup.py sdist bdist_wheel From ebbdbb7feba47554c57f738e80cb851ac0016582 Mon Sep 17 00:00:00 2001 From: s-weigand Date: Fri, 17 Jun 2022 17:50:29 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=9A=A7=F0=9F=93=9A=20Added=20change?= =?UTF-8?q?=20to=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 8cc81b52e..224b2698b 100644 --- a/changelog.md +++ b/changelog.md @@ -20,6 +20,7 @@ - 🚇🩹 Fix wrong comparison in pr_benchmark workflow (#1097) - 🔧 Set sourcery-ai target python version to 3.8 (#1095) +- 🚇🩹🔧 Fix manifest check (#1099) (changes-0_6_0)=