We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea30d7 commit 3b6b03eCopy full SHA for 3b6b03e
.github/workflows/publish.yml
@@ -63,16 +63,19 @@ jobs:
63
- name: Install dependencies
64
run: make dev
65
- name: Run all tests, linting and baselines
66
+ if: ${{ !inputs.skip_pypi }}
67
run: make pr
68
- name: Bump package version
69
run: poetry version ${RELEASE_VERSION}
70
- name: Generate latest CHANGELOG
71
72
run: make changelog
73
- name: Setup git client
74
run: |
75
git config user.name "Release bot"
76
git config user.email [email protected]
77
- name: Push project metadata and changelog to trunk
78
79
80
git add CHANGELOG.md
81
git add pyproject.toml
0 commit comments