Compare commits

..

2 Commits

Author SHA1 Message Date
QMK Bot bb385f7786 New release: 1.1.3 → 1.1.4 2024-02-23 10:57:48 +00:00
Nick Brassel e07ad4c9ee Swap to API token publishing. 2024-02-23 21:55:17 +11:00
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 1.1.3 current_version = 1.1.4
commit = True commit = True
tag = True tag = True
tag_name = {new_version} tag_name = {new_version}
+2 -2
View File
@@ -54,8 +54,8 @@ jobs:
- name: Build and publish - name: Build and publish
env: env:
TWINE_USERNAME: qmk TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} TWINE_PASSWORD: ${{ secrets.PYPI_APITOKEN }}
run: | run: |
python3 -m build python3 -m build
twine upload dist/* twine upload dist/*
+1 -1
View File
@@ -1,3 +1,3 @@
"""A program to help you work with qmk_firmware.""" """A program to help you work with qmk_firmware."""
__version__ = '1.1.3' __version__ = '1.1.4'
+1 -1
View File
@@ -9,7 +9,7 @@ ignore = E501,E226
[metadata] [metadata]
name = qmk name = qmk
version = 1.1.3 version = 1.1.4
author = skullydazed author = skullydazed
author_email = skullydazed@gmail.com author_email = skullydazed@gmail.com
description = A program to help users work with QMK Firmware. description = A program to help users work with QMK Firmware.