diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c0b19c6..361787f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,19 +14,19 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Bump version - run: >- - bin/bump_version.py - - - name: Commit updated version.py - id: commit_updated - run: | - git config --global user.name 'github-actions' - git config --global user.email 'bot@noreply.github.com' - git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} - git add setup.py - git commit -m "bump version" && git push || echo "No changes to commit" - git log -n 1 --pretty=format:"%H" | tail -n 1 | awk '{print "::set-output name=sha::"$0}' + #- name: Bump version + # run: >- + # bin/bump_version.py + + #- name: Commit updated version.py + # id: commit_updated + # run: | + # git config --global user.name 'github-actions' + # git config --global user.email 'bot@noreply.github.com' + # git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} + # git add setup.py + # git commit -m "bump version" && git push || echo "No changes to commit" + # git log -n 1 --pretty=format:"%H" | tail -n 1 | awk '{print "::set-output name=sha::"$0}' - name: Get version id: get_version diff --git a/setup.py b/setup.py index b6084265..408a899e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ # This call to setup() does all the work setup( name="meshtastic", - version="2.3.4", + version="2.3.4.post1", description="Python API & client shell for talking to Meshtastic devices", long_description=long_description, long_description_content_type="text/markdown",