-
Notifications
You must be signed in to change notification settings - Fork 298
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
Versionned zipapps not available #189
Comments
The intention was to make them available, but the automation and CI infrastructure around the @pradyunsg - you set up the automation that got upset with having versioned zipapps - do you have any suggestions on how we do this? My brute force approach would be to add the versioned zipapps and fix (or more likely rip out1) any checks that can't deal with us adding a new file each release... Footnotes
|
We basically generate giant blurbs of files that contain code that's obscured in multiple ways. By using a generation script that's reproducible across whatever place we're running it from and validating that what's in the repo is exactly what would be generated from scratch, we ensure that the stuff in the repository is sane and correctly setup. Plus, it also makes it easier to be comfortable about the fact that whatever is in the repo will show up on bootstrap.pypa.io very quickly. I'm hesitant about removing these checks -- I think they're valuable and a useful tool to ensure that that we're not messing something up in our release processes. What I've suggested elsewhere before is that we should have the versioned copies in a subdirectory and generate them all. We already want to have more files (ALA #88) and generating multiple zipapps (instead of just one versioned + one unversioned on each run) from the script is good enough for our purposes. |
An initial version of this is at #191 |
Wow, thanks for the prompt response! |
Completed via #191 |
Description
The documentation at https://pip.pypa.io/en/stable/installation/#standalone-zip-application says:
I can't seem to be able to find these versioned zipapps. When I go to https://bootstrap.pypa.io/pip/, all I can see is
pip.pyz
.Are versioned zipapps supposed to be made available or not?
Expected behavior
I'd personally like ot have access to specific versions of the zipapps so that I can make sure that a specific pip version is used without downloading it and running
python pip.pyx --version
to see the version.Thanks!
pip version
N/A
Python version
N/A
OS
N/A
How to Reproduce
N/A
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: