spdx-spec icon indicating copy to clipboard operation
spdx-spec copied to clipboard

Publish action failing for the SPDX 3.0 support branch

Open goneall opened this issue 1 month ago • 3 comments

Triggering the publish_v3 action for the support branch results in the following error:

Run python3 spec-parser/main.py spdx-3-model/model $PARSER_OUT_BASE_DIR
usage: main.py [-h] [-d] [-f] [-j] [-J OUTPUT_JSONDUMP] [-m]
               [-M OUTPUT_MKDOCS] [-n] [-o OUTPUT] [-p] [-P OUTPUT_PLANTUML]
               [-r] [-R OUTPUT_RDF] [-t] [-T OUTPUT_TEX] [-v] [-V] [-w]
               [-W OUTPUT_WEBPAGES] [-x] [-X OUTPUT_SINGLEFILE]
               input_dir
main.py: error: unrecognized arguments: __parser_out

goneall avatar Nov 20 '25 20:11 goneall

Attached is a diff between the working develop branch version and the non-working support/3.0 branch version:

publish-diff.txt

goneall avatar Nov 20 '25 20:11 goneall

cc: @zvr @bact

goneall avatar Nov 20 '25 20:11 goneall

Need to update the GitHub workflow in the support branch to keep up with the changes in the spec-parser command line interface.

bact avatar Nov 20 '25 20:11 bact