From 884e5611a8e333d669e32177718670934e472ba9 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 20 Feb 2023 19:39:15 -0800 Subject: [PATCH] big ugh --- .github/workflows/release.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e4015a93..d2476495 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,8 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: master - fetch-depth: 0 # fetch all git history + fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 @@ -26,7 +25,6 @@ jobs: - name: Build Wheel run: | - git status make wheel - name: Publish distribution 📦 to PyPI @@ -40,8 +38,9 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v3 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set version envs 1/3 run: |