From 873d1bd07f79fdc985ed2f1c6cd5b4750a3b6fb2 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:46:32 +0000 Subject: [PATCH 1/3] debug automations (#4) * debug * fix reqs * debugging automations... * fix:debugging automations... --- .github/workflows/release_workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index b776b2e..a61d8b8 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -15,7 +15,7 @@ jobs: version_file: 'ovos_i2c_detection/version.py' setup_py: 'setup.py' update_changelog: true - publish_prerelease: true + publish_prerelease: false changelog_max_issues: 100 notify: @@ -46,7 +46,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v1 with: - python-version: '3.11' + python-version: '3.9' - name: Install Build Tools run: | python -m pip install build wheel From 787a929e7c014b147cea352d427022030ff67c80 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 6 Jan 2025 15:46:44 +0000 Subject: [PATCH 2/3] Increment Version to --- ovos_i2c_detection/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_i2c_detection/version.py b/ovos_i2c_detection/version.py index 3d283ec..874672d 100644 --- a/ovos_i2c_detection/version.py +++ b/ovos_i2c_detection/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 0 -VERSION_BUILD = 2 +VERSION_BUILD = 3 VERSION_ALPHA = 1 # END_VERSION_BLOCK From cf26954cd9cef114e7cf1dddf2d11f20be20f5d4 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 6 Jan 2025 15:47:05 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9f2a9..242e2a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Merged pull requests:** +- debug automations [\#4](https://github.com/OpenVoiceOS/ovos-i2c-detection/pull/4) ([JarbasAl](https://github.com/JarbasAl)) - debug [\#3](https://github.com/OpenVoiceOS/ovos-i2c-detection/pull/3) ([JarbasAl](https://github.com/JarbasAl)) - fix:packaging [\#2](https://github.com/OpenVoiceOS/ovos-i2c-detection/pull/2) ([JarbasAl](https://github.com/JarbasAl)) - feat/mk1\_support [\#1](https://github.com/OpenVoiceOS/ovos-i2c-detection/pull/1) ([builderjer](https://github.com/builderjer))