From 1cc8432183ccb8b5bce32a8e2d08f0a27c104ace Mon Sep 17 00:00:00 2001 From: Ismail Ugur Bayindir Date: Tue, 15 Oct 2024 08:56:41 +0100 Subject: [PATCH] Update publish_to_pypi.yaml --- .github/workflows/publish_to_pypi.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish_to_pypi.yaml b/.github/workflows/publish_to_pypi.yaml index 9e6da96..443348c 100644 --- a/.github/workflows/publish_to_pypi.yaml +++ b/.github/workflows/publish_to_pypi.yaml @@ -7,8 +7,7 @@ on: jobs: build-and-publish: - name: Publish Python distributions to PyPI - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2