Skip to content

Commit 1d65a5c

Browse files
committed
Revert
1 parent d9d3dec commit 1d65a5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-version.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

python/mscclpp/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
_version.py
2+
PKG-INFO

0 commit comments

Comments
 (0)