From 1bfd2e298f3259e9ff82dfd9196ddec9995f3e40 Mon Sep 17 00:00:00 2001 From: Santiago Fraire Date: Wed, 31 Jan 2024 09:37:34 +0100 Subject: [PATCH] fix(ci): add setuptools for py3.12 --- .github/workflows/pythonpublish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpublish.yaml b/.github/workflows/pythonpublish.yaml index c2098ac..f725c4a 100644 --- a/.github/workflows/pythonpublish.yaml +++ b/.github/workflows/pythonpublish.yaml @@ -19,7 +19,7 @@ jobs: python-version: '3.x' - name: Install dependencies run: | - python -m pip install --pre -U mkdocs twine wheel + python -m pip install --pre -U mkdocs twine wheel setuptools python -m pip install . - name: Build and publish env: