Skip to content

Commit 5645d43

Browse files
committed
fix: add release testing to github actions
1 parent bf4dcda commit 5645d43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ jobs:
2828
run: |
2929
python scripts/jsonParser.py
3030
reproschema -l DEBUG validate --shapefile validation/reproschema-shacl.ttl examples
31+
- name: Make a release
32+
run: |
33+
python scripts/makeRelease.py ci-release
34+
pip install pytablewriter
35+
python scripts/editProperties.py ci-release

0 commit comments

Comments
 (0)