Add self hosted runner, pin version of importlib-metadata that works #416
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.
(sorry for the pr spam, theres really no other way to test this)
Two changes:
First change is due to this error on release https://github.com/AllenCell/allencell-ml-segmenter/actions/runs/9669994434/job/26677772688
Looks like its due to
importlib-metadata
, a new version was released 3 hours ago and people are reporting the exact same issue ontwine
's gh issues page pypa/twine#977.It looks like its getting worked on, but for now, pinning previous version of
importlib-metadata
which has been found to resolve: pypa/twine#977 (comment)Second change: also found out that we need to host this on a self-hosted runner for publishing to artifactory. Otherwise we'd hit a DNS error on the artifactory url:
