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 4bf4016 commit 20d4bbbCopy full SHA for 20d4bbb
bin/build.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
if [ "$1" == "build" ]; then
4
- rm -Rf dist build && python -m build
+ rm -Rf dist build && python3 -m build
5
twine check dist/*
6
elif [ "$1" == "deploy-test" ]; then
7
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
0 commit comments