From 2f7e72806f416c2481df712af70a8e6a32dde8e0 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Tue, 20 Feb 2024 10:59:41 -0500 Subject: [PATCH] test out the process --- .github/workflows/release.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2352bdf..dbd09c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - update_github_actions jobs: release: @@ -10,11 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - name: Set up Python 3.7 - uses: actions/setup-python@v1 + - uses: actions/checkout@v4 + - name: Set up Python 3.10 + uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: 3.10 - name: Install dependencies run: | sudo apt install pandoc @@ -34,4 +35,4 @@ jobs: LOCAL_DIR: docs/build/html METHOD: sftp PORT: 22 - ARGS: --delete + ARGS: --delete