File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,13 @@ jobs:
2727 - name : Update Version in Files
2828 run : |
2929 VERSION=${{ env.VERSION }}
30- sed -i "s/^version: .*/version: ${VERSION}/" CITATION.cff
3130 sed -i "s/^release = \".*\"/release = \"v${VERSION}\"/" docs/conf.py
32- sed -i "s/^version = \".*\"/version = \"${VERSION}\"/" pyproject.toml
3331
3432 - name : Commit and Push Changes
3533 run : |
3634 git config user.name "github-actions"
3735 git config user.email "github-actions@github.com"
38- git add CITATION.cff docs/conf.py include/mscclpp/core.hpp pyproject.toml || true
36+ git add CITATION.cff docs/conf.py || true
3937 if git diff --cached --exit-code; then
4038 echo "No changes to commit."
4139 else
Original file line number Diff line number Diff line change 1+ _version.py
2+ PKG-INFO
You can’t perform that action at this time.
0 commit comments