Skip to content

Commit

Permalink
Merge pull request #166 from casework/use_build
Browse files Browse the repository at this point in the history
Use `build`
  • Loading branch information
kchason authored Aug 26, 2024
2 parents 528029b + eeb1b96 commit 917ad51
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 917ad51

Please sign in to comment.