Skip to content

Commit eeb1b96

Browse files
committed
Use build module
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 <[email protected]>
1 parent 528029b commit eeb1b96

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
@@ -63,8 +63,8 @@ jobs:
6363
# Build the binary wheel as well as the source tar
6464
- name: Build Objects
6565
run: |
66-
pip install -q twine wheel
67-
python setup.py sdist bdist_wheel
66+
pip install -q twine build
67+
python -m build
6868
6969
# Ensure the objects were packaged correctly and there wasn't an issue with
7070
# the compilation or packaging process.

0 commit comments

Comments
 (0)