diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2f932bb..16b1ec2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,3 +74,7 @@ jobs: - name: Upload code coverage uses: codecov/codecov-action@v1.0.12 if: matrix.python-version == 3.8 + + - name: Build package + run: python setup.py build sdist +