Skip to content

Commit b762cb4

Browse files
Merge pull request #6 from deepgram/sr/setting-up-release
revising release action
2 parents 156f55c + 292628c commit b762cb4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,8 @@ jobs:
3434
# Determine the new version from the release tag (e.g., "v1.2.3")
3535
NEW_VERSION=$(echo "${{ github.ref }}" | sed 's/^refs\/tags\///')
3636
37-
# Configure Git identity
38-
git config --global user.email "[email protected]"
39-
git config --global user.name "Deepgram"
40-
41-
# Create and switch to a new branch
42-
git checkout -b update-version
43-
4437
# Update the setup.py file with the new version
4538
sed -i "s/VERSION = .*/VERSION = \"$NEW_VERSION\"/" setup.py
46-
git commit -m "Update VERSION to $NEW_VERSION" setup.py
47-
git push origin update-version
4839
4940
- name: Build package
5041
run: python -m build

0 commit comments

Comments
 (0)