Skip to content

Commit

Permalink
fix: add release testing to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Jul 26, 2020
1 parent bf4dcda commit 5645d43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
run: |
python scripts/jsonParser.py
reproschema -l DEBUG validate --shapefile validation/reproschema-shacl.ttl examples
- name: Make a release
run: |
python scripts/makeRelease.py ci-release
pip install pytablewriter
python scripts/editProperties.py ci-release

0 comments on commit 5645d43

Please sign in to comment.