You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle case when Github releases rate limit is reached. (#204)
* Handle case when Github releases rate limit is reached.
* Attach GITHUB_TOKEN to releases request if available.
* Fix test.
* Fix test.
* Ruff fix.
default to not packing/unpacking wheels into standalone python bundle (……#184)
* only pack/unpack wheels into the python bundle if `pack-wheels` arg is passed to `standalone` cmd
* fix typing nits