Skip to content

Commit 1b7943c

Browse files
committed
Use build
No effects were observed on Make-managed files. References: * casework/CASE-Utilities-Python#166 Signed-off-by: Alex Nelson <[email protected]>
1 parent f7a6d64 commit 1b7943c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
# Build the binary wheel as well as the source tar
5858
- name: Build Objects
5959
run: |
60-
pip install -q twine wheel
61-
python setup.py sdist bdist_wheel
60+
pip install -q twine build
61+
python -m build
6262
6363
# Ensure the objects were packaged correctly and there wasn't an issue with
6464
# the compilation or packaging process.

0 commit comments

Comments
 (0)