diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c2c784e..8fdb7ce 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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.