Skip to content

Commit

Permalink
fix: correctly capitalize pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 20, 2022
1 parent a006e5d commit 4927a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async function publish(pluginConfig, context) {
logger.log(`Published ${pypiName}==${pypiVersion} to pypi`);

return {
name: `pypi package`,
name: `PyPI Package`,
url: `https://pypi.org/project/${pypiName}/${pypiVersion}/`,
};
}
Expand Down

0 comments on commit 4927a57

Please sign in to comment.