|
|
@ -63,6 +63,9 @@ jobs: |
|
|
name: wheelhouse |
|
|
name: wheelhouse |
|
|
path: dist |
|
|
path: dist |
|
|
- run: pip install --no-index --find-links=./dist sysaudit |
|
|
- run: pip install --no-index --find-links=./dist sysaudit |
|
|
|
|
|
name: Install sysaudit from wheels |
|
|
|
|
|
- run: python -c "import sysaudit; sysaudit.audit('event')" |
|
|
|
|
|
name: Check module is importable |
|
|
|
|
|
|
|
|
upload_pypi: |
|
|
upload_pypi: |
|
|
needs: [test_install] |
|
|
needs: [test_install] |
|
|
|