From 18bccb69f16cfeee98628ff2ae14ab829b87a23c Mon Sep 17 00:00:00 2001 From: jean-marie burel Date: Fri, 7 Apr 2023 13:28:34 +0100 Subject: [PATCH] Update actions to v3 and v4 --- .github/workflows/publish_pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 7c4f64d..81eccda 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -7,8 +7,8 @@ jobs: name: Build and publish Python distribution to PyPI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 - name: Build a binary wheel and a source tarball run: | python -mpip install wheel