Skip to content

Commit

Permalink
chore: install setuptools_scm on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaljovec committed Nov 22, 2022
1 parent beaa35f commit 8e3c552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
make
python -m pip install setuptools_scm[toml]>=6.2
python setup.py sdist -d wheelhouse
- run: |
mv artifact/*.whl ./
Expand Down

0 comments on commit 8e3c552

Please sign in to comment.