Skip to content

Commit 20d4bbb

Browse files
committed
Fixing alias issue
1 parent 4bf4016 commit 20d4bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [ "$1" == "build" ]; then
4-
rm -Rf dist build && python -m build
4+
rm -Rf dist build && python3 -m build
55
twine check dist/*
66
elif [ "$1" == "deploy-test" ]; then
77
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

0 commit comments

Comments
 (0)