From ea9cde00e95ae27d5c1d3d21b06090ca1ed0aa94 Mon Sep 17 00:00:00 2001 From: TheGroundZero <2406013+TheGroundZero@users.noreply.github.com> Date: Thu, 13 Sep 2018 15:39:07 +0200 Subject: [PATCH] Rewrite to upload to prod pypi --- dist/upload.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/upload.sh b/dist/upload.sh index 8a044e9..1a7c0fb 100644 --- a/dist/upload.sh +++ b/dist/upload.sh @@ -1 +1,3 @@ -twine upload --repository-url https://test.pypi.org/legacy/ dist/* +#!/bin/bash +python3.7 setup.py sdist bdist_wheel +twine upload dist/*