File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1313# This call to setup() does all the work
1414setup (
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" ,
You can’t perform that action at this time.
0 commit comments