We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4023d commit 7e18e8bCopy full SHA for 7e18e8b
.github/workflows/python-publish.yml
@@ -69,9 +69,6 @@ jobs:
69
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_OUTPUT
70
echo "New version: $NEW_VERSION" >> $GITHUB_STEP_SUMMARY
71
72
- git add $SETUP_PY_PATH
73
- git add $CHANGELOG_FILE
74
-
75
- name: Build package
76
run: python -m build
77
@@ -93,7 +90,7 @@ jobs:
93
90
94
91
git config --global user.email "robot@umbrella";
95
92
git config --global user.name "robot";
96
- git commit -m "Release: $NEW_VERSION";
+ git commit -am "Release: $TAG";
97
98
git tag "$TAG"
99
git push && git push --tags
0 commit comments