chore: fix pypi deploys of api and shared-data #13793
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These need to get uploaded to pypi and were not because of some kind of version conflict in api. With a bit of judicious pipenv relocking all is well.
In theory everybody would need to relock but really nobody's running twine so it's fine.
Testing
make deploy-pi
to test pypi and see that it runs. i did this already (opentrons
: https://test.pypi.org/project/opentrons/7.0.1a2/ ,opentrons_shared_data
: https://test.pypi.org/project/opentrons-shared-data/7.0.1a2/ ) which means that if you try to upload it will fail because pypi and test pypi don't allow duplicate files, but as long as it fails because of a 400 error you're good, the issue is twine wouldn't even run