Skip to content

Commit

Permalink
CI: fix tabs in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Persaud committed Oct 19, 2024
1 parent 2567cc2 commit b3562a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3562a9

Please sign in to comment.