Skip to content

Commit

Permalink
Merge pull request #12 from rpanderson/setuptools-scm-commit
Browse files Browse the repository at this point in the history
Use commit of setuptools_scm where release-branch-semver-scheme was merged
  • Loading branch information
rpanderson committed May 17, 2020
1 parent 13a184b commit 59651b5
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 @@ -47,7 +47,7 @@ jobs:
SCM_LOCAL_SCHEME: no-local-version
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -U git+https://github.com/pypa/setuptools_scm.git@8e6aa2b
pip install -U git+https://github.com/pypa/setuptools_scm.git@8e6aa2b5fd42cb257c86e6dbe720eaee6d1e2c9b
python setup.py sdist bdist_wheel
SCM_VERSION=$(python setup.py --version)
echo "::set-env name=SCM_VERSION::$SCM_VERSION"
Expand Down

0 comments on commit 59651b5

Please sign in to comment.