Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: verbose pypi deploys to catch errors #14441

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

sfoster1
Copy link
Member

@sfoster1 sfoster1 commented Feb 7, 2024

Our pypi deploys seem to have succeeded in that the build is on pypi (https://pypi.org/project/opentrons/7.1.1a0/#files) but failed in that the action said there was an error and you should run with --verbose, so let's do that.

@sfoster1 sfoster1 requested a review from a team as a code owner February 7, 2024 15:10
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b022b4b) 68.14% compared to head (c635e26) 68.14%.

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                  @@
##           chore_release-7.2.0   #14441   +/-   ##
====================================================
  Coverage                68.14%   68.14%           
====================================================
  Files                     2518     2518           
  Lines                    72009    72009           
  Branches                  9232     9232           
====================================================
+ Hits                     49067    49072    +5     
+ Misses                   20743    20738    -5     
  Partials                  2199     2199           
Flag Coverage Δ
app 64.66% <ø> (ø)
g-code-testing 96.48% <ø> (ø)
hardware 57.35% <ø> (+0.05%) ⬆️
hardware-testing ∅ <ø> (∅)
protocol-designer 37.93% <ø> (ø)
shared-data 75.25% <ø> (ø)
step-generation 86.90% <ø> (ø)
system-server 96.04% <ø> (ø)
update-server 63.58% <ø> (ø)
usb-bridge 76.94% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

@sfoster1 sfoster1 requested a review from a team as a code owner February 7, 2024 15:18
define python_upload_package
$(python) -m twine upload --repository-url $(2) $(1) $(3)
$(python) -m twine upload $(and $(CI),--verbose) --repository-url $(2) $(1) $(3) $(4)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be down for --verbose to be unconditional, if that simplifies things.

@sfoster1 sfoster1 merged commit 312b861 into chore_release-7.2.0 Feb 7, 2024
61 of 64 checks passed
@sfoster1 sfoster1 deleted the pypi-upload-debugging branch February 7, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants