Skip to content

Commit

Permalink
Show setuptools_scm version during package build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Aug 30, 2022
1 parent 7a4c599 commit c89a8ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
python-version: 3.7

- name: Upgrade pip and other packaging tools
run: python3 -m pip install --upgrade pip setuptools wheel build twine
run: python3 -m pip install --upgrade pip setuptools setuptools_scm wheel build twine

- name: Show package version
run: python3 -m setuptools_scm

- name: Build the `galois` package
run: python3 -m build
Expand Down

0 comments on commit c89a8ec

Please sign in to comment.