-
-
Notifications
You must be signed in to change notification settings - Fork 551
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
Build app archives for all python versions #3232
Conversation
* Builds app archives for python 3.7-3.11 for linux/mac/windows * Modifies app archive creation script to pass python version as variable * Publishes python 3.11 wheel * smoke test install and scan for all python versions in linux/mac/windows Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
5dbcaa9
to
2f85a2c
Compare
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
See https://github.com/AyanSinhaMahapatra/scancode-toolkit/actions/runs/4047350268 for a successful GitHub action running on my fork, all artifacts generated successfully there, fails on pypi release obviously as it doesn't have auth. See created github release with all the app archives, wheels and sdist https://github.com/AyanSinhaMahapatra/scancode-toolkit/releases/ @pombredanne this is ready for your review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pombredanne for your review.
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
Thanks!
Fixes #3124
Fixes #3215
Fixes #3235
Signed-off-by: Ayan Sinha Mahapatra ayansmahapatra@gmail.com
Tasks
Run tests locally to check for errors.