Skip to content

Commit 7e18e8b

Browse files
authored
Update python-publish.yml
1 parent 1c4023d commit 7e18e8b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-publish.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ jobs:
6969
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_OUTPUT
7070
echo "New version: $NEW_VERSION" >> $GITHUB_STEP_SUMMARY
7171
72-
git add $SETUP_PY_PATH
73-
git add $CHANGELOG_FILE
74-
7572
- name: Build package
7673
run: python -m build
7774

@@ -93,7 +90,7 @@ jobs:
9390
9491
git config --global user.email "robot@umbrella";
9592
git config --global user.name "robot";
96-
git commit -m "Release: $NEW_VERSION";
93+
git commit -am "Release: $TAG";
9794
9895
git tag "$TAG"
9996
git push && git push --tags

0 commit comments

Comments
 (0)