Skip to content

Commit 3b6b03e

Browse files
committed
chore(ci): increase skip_pypi logic to cover tests/changelog on re-run failures
1 parent bea30d7 commit 3b6b03e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,19 @@ jobs:
6363
- name: Install dependencies
6464
run: make dev
6565
- name: Run all tests, linting and baselines
66+
if: ${{ !inputs.skip_pypi }}
6667
run: make pr
6768
- name: Bump package version
6869
run: poetry version ${RELEASE_VERSION}
6970
- name: Generate latest CHANGELOG
71+
if: ${{ !inputs.skip_pypi }}
7072
run: make changelog
7173
- name: Setup git client
7274
run: |
7375
git config user.name "Release bot"
7476
git config user.email [email protected]
7577
- name: Push project metadata and changelog to trunk
78+
if: ${{ !inputs.skip_pypi }}
7679
run: |
7780
git add CHANGELOG.md
7881
git add pyproject.toml

0 commit comments

Comments
 (0)