GitReleaseAsset¶
-
class
github.GitReleaseAsset.GitReleaseAsset¶ This class represents GitReleaseAssets.
The reference can be found here https://docs.github.com/en/rest/reference/repos#releases
-
delete_asset() → bool¶ Delete asset from the release.
-
update_asset(name: str, label: str = '') → github.GitReleaseAsset.GitReleaseAsset¶ Update asset metadata.
-