From 2514a622aadc08fd01419949cd30bdee7851016b Mon Sep 17 00:00:00 2001 From: Stephen Oman Date: Mon, 20 Apr 2026 19:42:47 +0100 Subject: [PATCH] Remove old dependency check on version.txt file --- .github/workflows/test_and_deploy.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 60c492a25..56cce933b 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -166,12 +166,6 @@ jobs: permissions: id-token: write steps: - - uses: actions/checkout@v4 - - name: Check version matches release tag - run: | - echo "v$(cat version.txt)" - echo "${{ github.event.release.tag_name }}" - [[ "${{ github.event.release.tag_name }}" == "v$(cat version.txt)" ]] - name: Get sdist artifact # Get sdist artifact from the test_sdist job uses: actions/download-artifact@v4 with: @@ -212,12 +206,6 @@ jobs: permissions: id-token: write steps: - - uses: actions/checkout@v4 - - name: Check version matches release tag - run: | - echo "v$(cat version.txt)" - echo "${{ github.event.release.tag_name }}" - [[ "${{ github.event.release.tag_name }}" == "v$(cat version.txt)" ]] - name: Get sdist artifact # Get sdist artifact from the test_sdist job uses: actions/download-artifact@v4 with: