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.
build
1 parent d8f76b3 commit f374054Copy full SHA for f374054
scripts/auto_release/auto_private_package.py
@@ -53,8 +53,7 @@ def step_into_package_folder(self):
53
54
def generate_private_package(self):
55
self.step_into_package_folder()
56
- check_call("python setup.py bdist_wheel")
57
- check_call("python setup.py sdist --format zip")
+ check_call("python -m build")
58
print(f'\n package in : {str(Path(os.getcwd()) / "dist")}')
59
os.system("pause")
60
scripts/auto_release/requirement.txt
@@ -7,4 +7,5 @@ pytest==6.2.5
7
fastcore==1.3.25
8
tox==4.15.0
9
wheel==0.43.0
10
-setuptools==78.1.0
+setuptools==78.1.0
11
+build==1.0.3
0 commit comments