diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9d28ccf..ca639ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -266,8 +266,8 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' && ! startsWith(github.event.ref, 'refs/tags') && ! startsWith(github.event.ref, 'refs/heads/release') needs: - - build_purepy_wheels - build_and_test_sdist + - build_purepy_wheels steps: - name: Checkout source uses: actions/checkout@v4.1.1 @@ -340,8 +340,8 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags') || startsWith(github.event.ref, 'refs/heads/release')) needs: - - build_purepy_wheels - build_and_test_sdist + - build_purepy_wheels steps: - name: Checkout source uses: actions/checkout@v4.1.1 @@ -443,7 +443,7 @@ jobs: with: body_path: ${{ github.workspace }}-CHANGELOG.txt tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + name: Release ${{ github.ref }} body: Automatic Release draft: true prerelease: false