From cc928e5fa65ad9e4a623eeb30d95964da9a8a50a Mon Sep 17 00:00:00 2001 From: joncrall Date: Sun, 28 Apr 2024 19:46:55 -0400 Subject: [PATCH] wip --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca639ca..8edc8a4 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_and_test_sdist - build_purepy_wheels + - build_and_test_sdist 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_and_test_sdist - build_purepy_wheels + - build_and_test_sdist steps: - name: Checkout source uses: actions/checkout@v4.1.1 @@ -445,6 +445,7 @@ jobs: tag_name: ${{ github.ref }} name: Release ${{ github.ref }} body: Automatic Release + generate_release_notes: true draft: true prerelease: false files: |-