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 dc712d1 commit 8b9c52dCopy full SHA for 8b9c52d
.github/workflows/release.yaml
@@ -40,9 +40,6 @@ jobs:
40
verbose: true
41
- name: Postrelease
42
run: >-
43
- make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease
44
git config user.name "${{ env.CI_COMMIT_AUTHOR }}"
45
git config user.email "username@users.noreply.github.com"
46
- git add pyproject.toml CHANGES.md
47
- git commit -m"Post release: back to development."
48
- git push
+ make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease
0 commit comments