Skip to content

Commit b3562a9

Browse files
author
Arun Persaud
committed
CI: fix tabs in workflow
1 parent 2567cc2 commit b3562a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/make-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424

2525
- name: Build release distributions
2626
run: |
27-
# check out latest tag
28-
git checkout $(git describe --tags --abbrev=0)
29-
# NOTE: put your own distribution build steps here.
27+
# check out latest tag
28+
git checkout $(git describe --tags --abbrev=0)
29+
# NOTE: put your own distribution build steps here.
3030
python -m pip install build
3131
python -m build
3232

0 commit comments

Comments
 (0)