-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Project URL
https://pypi.org/project/ict-auth/
Does this project already exist?
- Yes
New Limit
500 MiB
Update issue title
- I have updated the title.
Which indexes
PyPI, TestPyPI
About the project
This project is a package that uses playwright to control the browser, which can complete operations such as login and logout. Since the target machine usually has no external network connection (but pip install can connect to the network), I packaged the browser and its dependent dynamic link libraries into this package, which made it very large. I tried to use upx to compress the browser executable file, but it would fail to run after compression (a known problem of upx). So I now use strip to reduce the file size, which allowed me to successfully release a version.
Reasons for the request
I currently use github's actions for packaging, which works on the runner of ubuntu22.04. But when using ubuntu24.04, due to the change of the distribution version, its dynamic dependency library has changed, and more dependencies will be packaged, so the file size exceeds the limit. This makes it impossible for me to package on ubuntu24.04, so I want to apply for file expansion. Thank you very much.
Code of Conduct
- I agree to follow the PSF Code of Conduct
Metadata
Metadata
Assignees
Labels
Projects
Status