Skip to content

Commit 71e7d6e

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 02bf6fd commit 71e7d6e

4 files changed

Lines changed: 3 additions & 8084 deletions

File tree

.github/workflows/deploy-dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: |
123123
git config --global user.name 'github-actions[bot]'
124124
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
125-
git add pixi.toml pixi.lock gridappsd-python-lib/pyproject.toml gridappsd-field-bus-lib/pyproject.toml
125+
git add pixi.toml gridappsd-python-lib/pyproject.toml gridappsd-field-bus-lib/pyproject.toml
126126
git commit -m "Bump version to ${{ env.NEW_VERSION }}"
127127
git tag ${{ env.NEW_TAG }}
128128
git push origin HEAD:${{ github.ref_name }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
git config --global user.name 'github-actions[bot]'
8888
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
89-
git add pixi.toml pixi.lock gridappsd-python-lib/pyproject.toml gridappsd-field-bus-lib/pyproject.toml
89+
git add pixi.toml gridappsd-python-lib/pyproject.toml gridappsd-field-bus-lib/pyproject.toml
9090
git commit -m "Release version ${{ env.VERSION }}"
9191
git tag ${{ env.TAG }}
9292
git push origin HEAD:${{ github.ref_name }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ ENV/
114114

115115
# pixi
116116
.pixi/
117+
pixi.lock
117118

118119
# uv
119120
uv.lock

0 commit comments

Comments
 (0)