We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4dcda commit 5645d43Copy full SHA for 5645d43
.github/workflows/pythonpackage.yml
@@ -28,3 +28,8 @@ jobs:
28
run: |
29
python scripts/jsonParser.py
30
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