diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index b302f47..33be72e 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -53,3 +53,9 @@ jobs: file: ./coverage.xml flags: unittests name: GitHub + + - name: Check twine + if: matrix.python.version == '3.10' + run: | + python3 setup.py sdist bdist_wheel + twine check dist/* diff --git a/setup.py b/setup.py index 7e0969d..a907e6e 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ 'pytz', 'sphinx_rtd_theme', 'twine', + 'wheel', ] }, keywords='finance trading equities bonds options research',