Skip to content

Commit d08417c

Browse files
authored
chore: run twine-check on push in CI (#922)
* Run twine-check in linting CI workflow * Specify dist files
1 parent e5470c1 commit d08417c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- name: Build
5252
run: pipx run build
5353

54+
- name: Build
55+
run: pipx run twine check --strict ./dist/*
56+
5457
- name: Archive files
5558
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5659
with:

0 commit comments

Comments
 (0)