File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414
15- check-version : # - --------------------------------------------------------------------
15+ check-version : # --------------------------------------------------------------------
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
2222 id : get
2323 run : |
2424 echo "NEW_VERSION=$(echo '${{ github.ref_name }}' | cut -c2-)" | tee -a $GITHUB_OUTPUT
25- echo "OLD_VERSION=$(curl -s https://pypi.org/pypi/readchar/json | jq -r .info.version)" | tee -a $GITHUB_OUTPUT
25+ echo "OLD_VERSION=$(curl -s https://pypi.org/pypi/readchar/json |jq -r .info.version)" | tee -a $GITHUB_OUTPUT
2626
2727 - name : validate version
2828 id : valid
4040 version : ${{ steps.get.outputs.NEW_VERSION }}
4141
4242
43- tag : # - ------------------------------------------------------------------------------
43+ tag : # ------------------------------------------------------------------------------
4444 runs-on : ubuntu-latest
4545 needs : check-version
4646 permissions :
@@ -100,7 +100,7 @@ jobs:
100100 # run: twine upload dist/*
101101
102102
103- increment : # - ------------------------------------------------------------------------
103+ increment : # ------------------------------------------------------------------------
104104 runs-on : ubuntu-latest
105105 needs : deploy
106106 steps :
You can’t perform that action at this time.
0 commit comments