Skip to content

Commit

Permalink
Disable twine progress bar
Browse files Browse the repository at this point in the history
This will help with error reporting
  • Loading branch information
sbidoul committed Jul 6, 2024
1 parent efc510c commit b8d805d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/oca_github_bot/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ def publish(self, dist_dir: str, dry_run: bool) -> None:
cmd = [
"twine",
"upload",
"--disable-progress-bar",
"--non-interactive",
"--repository-url",
self._repository_url,
"-u",
Expand Down

0 comments on commit b8d805d

Please sign in to comment.