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 b1726cf commit 05380d2Copy full SHA for 05380d2
upload.sh
@@ -1,7 +1,6 @@
1
-#!/bin/bash
2
set -e
3
cd $(dirname $0)
4
rm -rf dist/*.whl
5
pip install -r requirements-dev.txt
6
-pip wheel --wheel-dir=./dist --no-deps .
+python -m build
7
twine upload dist/*.whl
0 commit comments