Skip to content

Commit

Permalink
Fix upload returning malformed summary error (#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Mar 21, 2024
1 parent ef99753 commit e36b4cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/upload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ pub fn upload(registry: &Registry, wheel_path: &Path) -> Result<(), UploadError>
add_option("home_page", &metadata.home_page);
add_option("download_url", &metadata.download_url);
add_option("requires_python", &metadata.requires_python);
add_option("summary", &metadata.summary);

if metadata.requires_python.is_none() {
// GitLab PyPI repository API implementation requires this metadata field
Expand Down

0 comments on commit e36b4cf

Please sign in to comment.