Skip to content

Commit

Permalink
webcompostore-cli: change all wcs-manifest fields on update
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 27, 2023
1 parent 9810f0e commit e078204
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions webcompstore-cli/webcompstore-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,6 @@ def put_version(token, uuid, wcs_manifest, dist_files, version_tag):
"Authorization": "Bearer " + token
}

# prepare wcs_manifest data for pos
del wcs_manifest["title"]
del wcs_manifest["description"]
del wcs_manifest["descriptionAbstract"]
del wcs_manifest["license"]
del wcs_manifest["repositoryUrl"]
del wcs_manifest["copyrightHolders"]
del wcs_manifest["authors"]
del wcs_manifest["searchTags"]

# wcs_manifest["readMe"] = None
# wcs_manifest["licenseAgreement"] = None
wcs_manifest["versionTag"] = version_tag
Expand Down

0 comments on commit e078204

Please sign in to comment.