We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04bd2e7 + e7895f1 commit 2b877e4Copy full SHA for 2b877e4
build_manylinux_wheels.py
@@ -45,5 +45,6 @@ def main():
45
dists = tuple(os.path.join('dist', p) for p in os.listdir('dist'))
46
return upload.main(('-r', 'pypi') + dists)
47
48
+
49
if __name__ == '__main__':
50
exit(main())
0 commit comments