Skip to content

Commit 1587c31

Browse files
committed
Merge remote-tracking branch 'root/master' into pr-powermon
2 parents 715a085 + f5febc5 commit 1587c31

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/release.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Get version
4242
id: get_version
4343
run: >-
44-
poetry version
44+
poetry version --short | sed 's/^/::set-output name=version::/'
4545
4646
- name: Create GitHub release
4747
uses: actions/create-release@v1
@@ -152,31 +152,31 @@ jobs:
152152
asset_name: readme.txt
153153
asset_content_type: text/plain
154154

155-
build-and-publish-windows:
156-
runs-on: windows-latest
157-
needs: release_create
158-
steps:
159-
- name: Checkout
160-
uses: actions/checkout@v4
161-
with:
162-
ref: ${{ needs.release_create.outputs.new_sha }}
155+
# build-and-publish-windows:
156+
# runs-on: windows-latest
157+
# needs: release_create
158+
# steps:
159+
# - name: Checkout
160+
# uses: actions/checkout@v4
161+
# with:
162+
# ref: ${{ needs.release_create.outputs.new_sha }}
163163

164-
- name: Set up Python 3.9
165-
uses: actions/setup-python@v5
166-
with:
167-
python-version: "3.9"
164+
# - name: Set up Python 3.9
165+
# uses: actions/setup-python@v5
166+
# with:
167+
# python-version: "3.9"
168168

169-
- name: Build
170-
run: |
171-
pip install poetry
172-
bin/build-bin.sh
169+
# - name: Build
170+
# run: |
171+
# pip install poetry
172+
# bin/build-bin.sh
173173

174-
- name: Add windows to release
175-
uses: actions/upload-release-asset@v1
176-
env:
177-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178-
with:
179-
upload_url: ${{ needs.release_create.outputs.upload_url }}
180-
asset_path: dist/meshtastic.exe
181-
asset_name: meshtastic_windows
182-
asset_content_type: application/zip
174+
# - name: Add windows to release
175+
# uses: actions/upload-release-asset@v1
176+
# env:
177+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178+
# with:
179+
# upload_url: ${{ needs.release_create.outputs.upload_url }}
180+
# asset_path: dist/meshtastic.exe
181+
# asset_name: meshtastic_windows
182+
# asset_content_type: application/zip

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "meshtastic"
3-
version = "2.3.11"
3+
version = "2.3.12"
44
description = "Python API & client shell for talking to Meshtastic devices"
55
authors = ["Meshtastic Developers <contact@meshtastic.org>"]
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)