Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 7383739

Browse files
garryodcoretl
authored andcommitted
Make twine check strict
1 parent d97fd67 commit 7383739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
path: dist
9898

9999
- name: Check for packaging errors
100-
run: pipx run twine check dist/*
100+
run: pipx run twine check --strict dist/*
101101

102102
- name: Install python packages
103103
uses: ./.github/actions/install_requirements

0 commit comments

Comments
 (0)