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
2 parents b42f6d4 + c6e9120 commit 2c4778d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
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 2c4778d

Please sign in to comment.