aboutsummaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index 63588c5..be6fab6 100755
--- a/release.sh
+++ b/release.sh
@@ -8,7 +8,7 @@ python3 -m venv .release/py3
8.release/py3/bin/pip install -U pip setuptools virtualenv twine 8.release/py3/bin/pip install -U pip setuptools virtualenv twine
9 9
10echo "Building Python 3 Artifact" 10echo "Building Python 3 Artifact"
11.release/py3/bin/python setup.py validate bdist_wheel --python-tag py3 11.release/py3/bin/python setup.py release bdist_wheel --python-tag py3
12 12
13echo "Building Source Dist Artifact" 13echo "Building Source Dist Artifact"
14.release/py3/bin/python setup.py sdist 14.release/py3/bin/python setup.py sdist