From 026929034202e08e1a2c940be44d293a82a4e85f Mon Sep 17 00:00:00 2001 From: Chris Ball <39441998+chrisba11@users.noreply.github.com> Date: Wed, 23 Aug 2023 09:39:25 -0700 Subject: [PATCH] feat: use python 3.9 in pypi publish job (#281) --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 06540f6f..b19e7f2e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -87,6 +87,12 @@ jobs: ref: main fetch-depth: 0 + - name: Set up Python 3.9 + id: setup-python + uses: actions/setup-python@v4 + with: + python-version: "3.9" + - run: | pip install poetry poetry install