From 413ebf063470b46f712565e05849ffef3aa9eed8 Mon Sep 17 00:00:00 2001 From: Edoardo Balzani Date: Thu, 23 Jan 2025 17:43:30 -0500 Subject: [PATCH] Update deploy-pure-python.yml updated version checkout --- .github/workflows/deploy-pure-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pure-python.yml b/.github/workflows/deploy-pure-python.yml index aa656235..91a431bb 100644 --- a/.github/workflows/deploy-pure-python.yml +++ b/.github/workflows/deploy-pure-python.yml @@ -8,7 +8,7 @@ jobs: name: Build and test package runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # this is necessary for setuptools_scm to work properly with github # actions, see https://github.com/pypa/setuptools_scm/issues/480 and # https://stackoverflow.com/a/68959339 @@ -70,4 +70,4 @@ jobs: name: artifact path: dist - name: Publish package to pypi - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1