Skip to content

Commit

Permalink
Fix run indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zstumgoren committed Sep 6, 2024
1 parent 1766f98 commit 7815432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
- id: build
name: Build release
run: |
pipenv run pip install --force-reinstall -U setuptools-scm
make build-release
pipenv run pip install setuptools-scm>=8.1.0 --force-reinstall --upgrade
make build-release
- id: check
name: Check release
Expand Down

0 comments on commit 7815432

Please sign in to comment.