We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b601832 commit 51e39daCopy full SHA for 51e39da
.github/workflows/test.yml
@@ -52,8 +52,13 @@ jobs:
52
with:
53
python-version: ${{ matrix.python }}
54
55
- - name: Install tox
56
- run: pip install tox
+ - name: Install dependencies
+ run: pip install tox twine
57
+
58
+ - name: Check package
59
+ shell: bash
60
+ run: |
61
+ twine check --strict dist/*
62
63
- name: Test
64
shell: bash
0 commit comments