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 3918f7e commit 0e37b31Copy full SHA for 0e37b31
scripts/make_release_upload.sh
@@ -1,6 +1,5 @@
1
#!/usr/bin/env bash
2
./scripts/uninstall.sh
3
./scripts/clean_up.sh
4
-python3 setup.py register
5
-python3 setup.py sdist bdist_wheel
+pyproject-build
6
twine upload dist/*
0 commit comments