Skip to content

Commit

Permalink
Fixed wrong indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jun 16, 2024
1 parent f3bf2e7 commit a53d2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zest/releaser/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ def _upload_distributions(self, package):
"Making a wheel of a fresh tag checkout (in %s).",
self.data["tagworkingdir"],
)
env.install(builder.get_requires_for_build("wheel"))
builder.build("wheel", "./dist/")
env.install(builder.get_requires_for_build("wheel"))
builder.build("wheel", "./dist/")
if not self.zest_releaser_config.upload_pypi():
logger.info("Upload to PyPI was disabled in the configuration.")
return
Expand Down

0 comments on commit a53d2c4

Please sign in to comment.