Browse code

github: build source distribution.

Jose Fonseca authored on 21/11/2020 11:43:57
Showing 1 changed files

... ...
@@ -13,6 +13,8 @@ jobs:
13 13
       run: sudo apt-get update -qq
14 14
     - name: apt-install
15 15
       run: sudo apt-get install -qq -y --no-install-recommends gir1.2-gtk-3.0 python3-gi python3-gi-cairo python3-numpy graphviz xvfb
16
+    - name: build
17
+      run: python3 setup.py sdist
16 18
     - name: test
17 19
       run: .github/scripts/test.sh
18 20
     # https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/