From e307e3feb1468debf12b17e877b9c2e5e25cb816 Mon Sep 17 00:00:00 2001 From: William Moore Date: Tue, 7 May 2024 15:01:17 +0100 Subject: [PATCH] Use ubuntu-22:04, checkout@v4 and setup-python@v4 in publish_pypi.yml --- .github/workflows/publish_pypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 7c4f64d5..3be31642 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -5,10 +5,10 @@ on: push jobs: build-n-publish: name: Build and publish Python distribution to PyPI - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v4 - name: Build a binary wheel and a source tarball run: | python -mpip install wheel