-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
Release scripts failing #3435
Comments
Reference: #3435 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
So this was because of actions/runner-images#7764 and actually actions/setup-python#682. We have another failure at https://github.com/nexB/scancode-toolkit/actions/runs/5357678418/jobs/9719294275#step:6:530 but for a different reason, opened an issue for this here: pypi/support#2961 |
pypi/support#2961 is approved, and the action runners could have been updated: actions/setup-python#682 (comment), so this should pass now. |
This is still an issue due to pypi project limits: https://github.com/nexB/scancode-toolkit/actions/runs/5546159893/jobs/10126345730#step:6:791 |
We have the following failure happening on release scripts:
ModuleNotFoundError: No module named '_bz2'
See https://github.com/AyanSinhaMahapatra/scancode-toolkit/actions/runs/5354427661/jobs/9711537733#step:5:85 for a debug-enabled run.
This is happening on from
v32.0.5rc2
tag pushes like this one: https://github.com/nexB/scancode-toolkit/actions/runs/5345833523/jobs/9692168599#step:5:147But all the
v32.0.5rc1
tag pushes passed the test, even though effectively nothing is different between these tags, just versions are bumped.We are temporarily removing mac release app tests for python3.7 in release scripts to go around this issue.
The text was updated successfully, but these errors were encountered: