From 509d277464ab2f22efebba335644bcc0741d0bc1 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 9 Oct 2019 20:53:57 -0700 Subject: [PATCH] Update pypi_upload.sh --- pypi_upload.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pypi_upload.sh b/pypi_upload.sh index 21ed0a3..8bdf195 100755 --- a/pypi_upload.sh +++ b/pypi_upload.sh @@ -1,2 +1,4 @@ -#!/bin/bash +#!/bin/zsh +python3 setup.py build +python3 setup.py sdist bdist_wheel python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*