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.
1 parent 528029b commit eeb1b96Copy full SHA for eeb1b96
.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