Skip to content

Commit

Permalink
remove setuptools and test
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Sep 5, 2024
1 parent 85ec95e commit 089db96
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 git-cliff

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

0 comments on commit 089db96

Please sign in to comment.