Skip to content

Commit 917ad51

Browse files
authored
Merge pull request #166 from casework/use_build
Use `build`
2 parents 528029b + eeb1b96 commit 917ad51

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)