Skip to content

Commit 51e39da

Browse files
authored
Add package check with twine
1 parent b601832 commit 51e39da

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@ jobs:
5252
with:
5353
python-version: ${{ matrix.python }}
5454

55-
- name: Install tox
56-
run: pip install tox
55+
- name: Install dependencies
56+
run: pip install tox twine
57+
58+
- name: Check package
59+
shell: bash
60+
run: |
61+
twine check --strict dist/*
5762
5863
- name: Test
5964
shell: bash

0 commit comments

Comments
 (0)