Skip to content

Commit

Permalink
fix: remove further non-existing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 18, 2022
1 parent 25260d6 commit 7ffea2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ async function publish(pluginConfig, context) {
result.stderr.pipe(stderr, { end: false });
await result;

logger.log(`Published ${name}==${version} to pypi`);
logger.log(`Published version ${version} to pypi`);

return {
name: `pypi package`,
url: `https://pypi.org/project/${name}/${version}/`,
url: `https://pypi.org/`,
};
}

Expand Down

0 comments on commit 7ffea2b

Please sign in to comment.