From 5ecfe881504875688d89015ab5a8d4307d40a530 Mon Sep 17 00:00:00 2001 From: cheginit Date: Sat, 6 Mar 2021 00:07:14 -0600 Subject: [PATCH] BUG: Add the missing dep that caused the installer not to recognize the version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f37a48..352fdf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install setuptools wheel + pip install setuptools wheel setuptools-scm - name: Build dist and wheel run: |