File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 run : |
8787 ls -alrt */*/*
8888 mv */*/* dist/
89- ls -alrt dist/
89+ ls -alrt */*
90+ find . -empty -type d -delete
91+ ls -alrt */*
9092 - name : Publish package to PyPi
9193 uses : pypa/gh-action-pypi-publish@release/v1
9294 with :
Original file line number Diff line number Diff line change 3030 - name : Update version and push
3131 id : make-commit
3232 run : |
33- sed -i 's/version\ =\ "[0-9]\+\.[0-9]\+\.[0-9]\+"/version= "${{ github.event.inputs.versionName }}"/g' pyproject.toml
33+ sed -i 's/version\ =\ "[0-9]\+\.[0-9]\+\.[0-9]\+"/version\ =\ "${{ github.event.inputs.versionName }}"/g' pyproject.toml
3434 git add pyproject.toml
3535 git commit -S --message "Prepare release ${{ github.event.inputs.versionName }}"
3636 echo "commit=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ license = {file = "LICENSE"}
2626name = " codecov-cli"
2727readme = " README.md"
2828requires-python = " >= 3.9"
29- version = " 10.1.0 "
29+ version = " 10.1.1 "
3030
3131[project .scripts ]
3232codecov = " codecov_cli.main:run"
You can’t perform that action at this time.
0 commit comments