Skip to content

Commit 2d4be34

Browse files
committed
disable bump for post1 version
1 parent 26f024d commit 2d4be34

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616

17-
- name: Bump version
18-
run: >-
19-
bin/bump_version.py
20-
21-
- name: Commit updated version.py
22-
id: commit_updated
23-
run: |
24-
git config --global user.name 'github-actions'
25-
git config --global user.email 'bot@noreply.github.com'
26-
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
27-
git add setup.py
28-
git commit -m "bump version" && git push || echo "No changes to commit"
29-
git log -n 1 --pretty=format:"%H" | tail -n 1 | awk '{print "::set-output name=sha::"$0}'
17+
#- name: Bump version
18+
# run: >-
19+
# bin/bump_version.py
20+
21+
#- name: Commit updated version.py
22+
# id: commit_updated
23+
# run: |
24+
# git config --global user.name 'github-actions'
25+
# git config --global user.email 'bot@noreply.github.com'
26+
# git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
27+
# git add setup.py
28+
# git commit -m "bump version" && git push || echo "No changes to commit"
29+
# git log -n 1 --pretty=format:"%H" | tail -n 1 | awk '{print "::set-output name=sha::"$0}'
3030

3131
- name: Get version
3232
id: get_version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# This call to setup() does all the work
1414
setup(
1515
name="meshtastic",
16-
version="2.3.4",
16+
version="2.3.4.post1",
1717
description="Python API & client shell for talking to Meshtastic devices",
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)