We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 528029b + eeb1b96 commit 917ad51Copy full SHA for 917ad51
.github/workflows/cicd.yml
@@ -63,8 +63,8 @@ jobs:
63
# Build the binary wheel as well as the source tar
64
- name: Build Objects
65
run: |
66
- pip install -q twine wheel
67
- python setup.py sdist bdist_wheel
+ pip install -q twine build
+ python -m build
68
69
# Ensure the objects were packaged correctly and there wasn't an issue with
70
# the compilation or packaging process.
0 commit comments