Skip to content

Commit

Permalink
trying to fix scm autoversioning for macos pyuda wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Apr 15, 2024
1 parent 7f1e589 commit d97b08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
CIBW_BUILD: cp*-${{matrix.build-platform[2]}}
CIBW_SKIP: cp36* cp37*
CIBW_BEFORE_ALL:
/opt/python/cp38-cp38/bin/python3 -m venv venv38 && source venv38/bin/activate &&
python3 -m venv venv38 && source venv38/bin/activate &&
pip3 install --upgrade pip wheel &&
pip3 install setuptools seruptools_scm cython numpy &&
SETUPTOOLS_SCM_DEBUG=1 python3 ./source/wrappers/python/setup.py --version &&
Expand Down

0 comments on commit d97b08c

Please sign in to comment.