Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster authored Nov 16, 2024
1 parent 62460f4 commit 479b0af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ jobs:
run: |
python -m pip install setuptools_scm
VERSION=$(python -c "import setuptools_scm; print(setuptools_scm.get_version())")
echo "VERSION=${VERSION}"
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Install toml and remove cffconvert from pyproject.toml
run: |
Expand Down

0 comments on commit 479b0af

Please sign in to comment.