Skip to content

Commit

Permalink
Use build module
Browse files Browse the repository at this point in the history
This tries to move past deprecation of setup.py functionality.

References:
* https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Aug 26, 2024
1 parent 528029b commit eeb1b96
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 @@ -63,8 +63,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 eeb1b96

Please sign in to comment.