Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Sep 2, 2024
1 parent 9a11f7a commit aeb6d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: "3.x"

- name: Install setuptools_scm
run: pip install setuptools_scm<7 git-cliff
run: pip install "setuptools_scm<7" git-cliff

- name: Show current version
run: python .ci-helpers/get_current_version.py
Expand Down

0 comments on commit aeb6d58

Please sign in to comment.