Skip to content

Commit

Permalink
Use build
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
* casework/CASE-Utilities-Python#166

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Oct 9, 2024
1 parent f7a6d64 commit 1b7943c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
# Build the binary wheel as well as the source tar
- name: Build Objects
run: |
pip install -q twine wheel
python setup.py sdist bdist_wheel
pip install -q twine build
python -m build
# Ensure the objects were packaged correctly and there wasn't an issue with
# the compilation or packaging process.
Expand Down

0 comments on commit 1b7943c

Please sign in to comment.