Show More
@@ -18,10 +18,10 b" archive = '%s:%s' % (archive_user, archive_dir)" | |||||
18 |
|
18 | |||
19 | # Build commands |
|
19 | # Build commands | |
20 | # Source dists |
|
20 | # Source dists | |
21 |
sdists = "{python} |
|
21 | sdists = "{python} -m build".format(python=sys.executable) | |
22 | # Binary dists |
|
22 | # Binary dists | |
23 | def buildwheels(): |
|
23 | def buildwheels(): | |
24 |
sh("{python} |
|
24 | sh("{python} -m build".format(python=sys.executable)) | |
25 |
|
25 | |||
26 |
|
26 | |||
27 | # Utility functions |
|
27 | # Utility functions |
General Comments 0
You need to be logged in to leave comments.
Login now