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 4504f12 commit ebf6626Copy full SHA for ebf6626
1 file changed
publish.sh
@@ -1,5 +1,4 @@
1
#!/usr/bin/env bash
2
rm -rf dist/*
3
-python3 setup.py sdist
4
-python3 setup.py bdist_wheel --universal
+python3 -m build
5
twine upload dist/*
0 commit comments