Skip to content

Commit

Permalink
more automation where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Mar 1, 2024
1 parent 2287738 commit 9dccf73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
- name: Postrelease
run: >-
make postrelease
git commit pyproject.toml CHANGES.md -m"Post release: back to development."
git push
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ zest-releaser-release: $(ZEST_RELEASER_TARGET)
.PHONY: zest-releaser-postrelease
zest-releaser-postrelease: $(ZEST_RELEASER_TARGET)
@echo "Run postrelease"
@postrelease
@postrelease --no-input

.PHONY: zest-releaser-fullrelease
zest-releaser-fullrelease: $(ZEST_RELEASER_TARGET)
Expand Down

0 comments on commit 9dccf73

Please sign in to comment.