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: