From b3562a932bb03fd93876fdb7be0fc6fc957728d6 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 19 Oct 2024 09:20:11 -0700 Subject: [PATCH] CI: fix tabs in workflow --- .github/workflows/make-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index f7161ad..8f84d8f 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -24,9 +24,9 @@ jobs: - name: Build release distributions run: | - # check out latest tag - git checkout $(git describe --tags --abbrev=0) - # NOTE: put your own distribution build steps here. + # check out latest tag + git checkout $(git describe --tags --abbrev=0) + # NOTE: put your own distribution build steps here. python -m pip install build python -m build