Update pythonpackage.yml (#242)

This commit is contained in:
Justin Ibarra
2020-09-02 12:59:33 -08:00
committed by GitHub
parent b8e0c379c5
commit 6e931959bb
+4
View File
@@ -31,6 +31,10 @@ jobs:
- name: Python License Check
run: |
python -m detection_rules license-check
- name: Build release package
run: |
python -m detection_rules build-release
- name: Unit tests
run: |