From 3051a9322cc711cee24583dedf25cee31a31c3b3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 2 Oct 2022 12:10:22 -1000 Subject: [PATCH] fix: checkout main for wheels (#66) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47f2028..19e5bbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,8 +109,8 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 100 - ref: HEAD + fetch-depth: 0 + ref: "main" - name: Install poetry run: pipx install poetry