Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fdc42051d5 | |||
| a4859aa15c | |||
| 7ce14c0f74 | |||
| 94831732c6 | |||
| 819cbea904 |
+1
-1
@@ -1,3 +1,3 @@
|
||||
"""A program to help you work with qmk_firmware."""
|
||||
|
||||
__version__ = '0.0.8'
|
||||
__version__ = '0.0.10'
|
||||
|
||||
@@ -3,10 +3,13 @@
|
||||
set -e
|
||||
set -x
|
||||
|
||||
FLIT_USERNAME=${FLIT_USERNAME:=skully}
|
||||
PYPI_USERNAME=${PYPI_USERNAME:=skully}
|
||||
FLIT_USERNAME=$PYPI_USERNAME
|
||||
TWINE_USERNAME=$PYPI_USERNAME
|
||||
|
||||
export FLIT_USERNAME
|
||||
export FLIT_USERNAME TWINE_USERNAME
|
||||
|
||||
rm dist/*
|
||||
bumpversion patch
|
||||
git push origin master --tags
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.0.8
|
||||
current_version = 0.0.10
|
||||
commit = True
|
||||
tag = True
|
||||
tag_name = {new_version}
|
||||
|
||||
@@ -8,7 +8,7 @@ metadata = setup_cfg['metadata']
|
||||
if __name__ == "__main__":
|
||||
setup(
|
||||
name=metadata['dist-name'],
|
||||
description='A program to help users work with [QMK Firmware](https://qmk.fm/).',
|
||||
description='A program to help users work with QMK Firmware.',
|
||||
entry_points={
|
||||
'console_scripts': ['%s = %s' % l for l in setup_cfg['entry_points'].items()]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user