this script uses bashisms

This commit is contained in:
Zach White
2021-03-27 09:13:59 -07:00
parent aedad7e602
commit 6433cbc0f4
+2 -5
View File
@@ -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-*