Skip to content

Commit 05380d2

Browse files
committed
Update upload.sh
1 parent b1726cf commit 05380d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

upload.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#!/bin/bash
21
set -e
32
cd $(dirname $0)
43
rm -rf dist/*.whl
54
pip install -r requirements-dev.txt
6-
pip wheel --wheel-dir=./dist --no-deps .
5+
python -m build
76
twine upload dist/*.whl

0 commit comments

Comments
 (0)