From 5e701d91048fc56b840981cc4cdb01d995900a8b Mon Sep 17 00:00:00 2001 From: psrok1 Date: Wed, 31 Jul 2024 17:33:52 +0200 Subject: [PATCH] Add python version to setup --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbbca02..00bfbe3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 + with: + python-version: 3.8 - name: Build source distribution run: python3 setup.py sdist - name: Build wheel distribution