Skip to content

Commit

Permalink
Merge pull request #4 from brianhelba/wheel-version
Browse files Browse the repository at this point in the history
Fix auto-detection of version in wheel build
  • Loading branch information
brianhelba committed Feb 24, 2021
2 parents 0a5b97e + f42f7e1 commit eaabfd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: RalfG/python-wheels-manylinux-build@v0.3.3-manylinux2014_x86_64
with:
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39'
# Necessary for setuptools_scm to read the version from Git
system-packages: 'git-lfs'
- name: Install tox
run: |
pip install --upgrade pip
Expand Down

0 comments on commit eaabfd0

Please sign in to comment.