Skip to content

Commit

Permalink
Fix build CI job (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Dec 12, 2022
1 parent 3281074 commit 6a24854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install -U twine build
python -m pip install -U twine build setuptools-scm
- name: Build package
run: |
Expand Down

0 comments on commit 6a24854

Please sign in to comment.