From 4b17ee291ed8dd5d043ed0d3b5c6064f53966bec Mon Sep 17 00:00:00 2001 From: aan Date: Sun, 1 Sep 2024 17:30:30 +0200 Subject: [PATCH] Update GitHub Actions versions and set explicitly python version Downgrade actions/checkout to v2 and upgrade actions/setup-python to v5. Also, explicitly define the python version as "3.10". --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3e1c183..7cfaee7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + ref: pypi - uses: actions/setup-python@v5 with: