Skip to content

Commit adeac0b

Browse files
wphillipmoorewphillipmoore-claude
andauthored
chore(ci): standardize CI and publish workflow files (#359)
Shorten commit-cutoff-sha to 7-char format in ci.yml. Rename publish workflow from 'Publish to PyPI' to 'Publish release' for consistency with all other repos. Fixes #358 Co-authored-by: wphillipmoore-claude <255925739+wphillipmoore-claude@users.noreply.github.com>
1 parent 5bd0bab commit adeac0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Validate standards
3737
uses: wphillipmoore/standard-actions/actions/standards-compliance@develop
3838
with:
39-
commit-cutoff-sha: "df45093c260def11f409dc4f3ba86e91ec444797"
39+
commit-cutoff-sha: "df45093"
4040

4141
dependency-audit:
4242
name: "ci: dependency-audit"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to PyPI
1+
name: Publish release
22

33
on:
44
push:

0 commit comments

Comments
 (0)