From 6433cbc0f4a9dcedf9707a9de63d8f49871015e3 Mon Sep 17 00:00:00 2001 From: Zach White Date: Sat, 27 Mar 2021 09:13:59 -0700 Subject: [PATCH] this script uses bashisms --- release | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/release b/release index 355b376..fd972e5 100755 --- a/release +++ b/release @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Increment the verison number and release a new version of qmk_cli. # # Required packages: pip3 install bumpversion twine @@ -27,9 +27,6 @@ rm -f dist/* bumpversion patch git push origin master --tags -# For now we don't use flit -#flit publish - -# Use setuptools until flit works with homebrew +# Build and upload python3 setup.py sdist bdist_wheel twine upload dist/qmk-*