Skip to content

Commit

Permalink
BUG: Add the missing dep that caused the installer not to recognize t…
Browse files Browse the repository at this point in the history
…he version
  • Loading branch information
cheginit committed Mar 6, 2021
1 parent 7a381fd commit 5ecfe88
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 @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel setuptools-scm
- name: Build dist and wheel
run: |
Expand Down

0 comments on commit 5ecfe88

Please sign in to comment.