From 5ccc9f4d4e37caa1b19a7aaf5b33c1a59579f578 Mon Sep 17 00:00:00 2001 From: tanner Date: Mon, 17 Aug 2020 18:01:58 +0000 Subject: [PATCH 1/2] using regular prerelease --- .github/workflows/dev-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-test.yaml b/.github/workflows/dev-test.yaml index fa825dc..7caefa4 100644 --- a/.github/workflows/dev-test.yaml +++ b/.github/workflows/dev-test.yaml @@ -108,4 +108,4 @@ jobs: - name: Run prerelease to check packaging compatibilty if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.7 - run: python3 prerelease.py --no-input \ No newline at end of file + run: prerelease --no-input \ No newline at end of file From 41c7f132ba440b3031ab543aa7f6de6dcaebbc98 Mon Sep 17 00:00:00 2001 From: tanner Date: Mon, 17 Aug 2020 21:18:55 +0000 Subject: [PATCH 2/2] setup workflow to checkout branch instead of merge commit --- .github/workflows/dev-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev-test.yaml b/.github/workflows/dev-test.yaml index 7caefa4..42d1fae 100644 --- a/.github/workflows/dev-test.yaml +++ b/.github/workflows/dev-test.yaml @@ -41,6 +41,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: + ref: ${{ github.head_ref }} fetch-depth: 1 - name: Set up Python