Update GA workflow to build python package

This commit is contained in:
Samkit Jain
2021-02-27 20:01:53 +05:30
committed by GitHub
parent 2d1e687e64
commit a50d7226bd
+4
View File
@@ -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