Add flit publish --certificate *Path_to_certificate*
option
#517
Labels
flit publish --certificate *Path_to_certificate*
option
#517
📑 Description
It could be very helpful to add the possibility to verify with certificate when using the command
flit publish
.Adding the path of the desired public key certificate with an option like --cert or --certificate.
💡 Solution Idea
requests.post()
take the optionnal argumentverify=*Path_to_certificate*
adding an optionnal argument toupload_file()
,do_upload()
,main()
and adding parsing in__init__.py
could maybe do the trick.🚨 Slightly Unrelated Problem
Some tests are failling out of the box
I get few InstallTests failed running on win11.
Globally it's an error with the uppercase letter of the disk drive.
assert 'C:\\Users\\y...les\\package1' == 'c:\\Users\\y...les\\package1'
Does anyone get the same errors ?
Any idea if it's solvable without messing with CI ?
🖊️ PS
I'm trying to implement it but I'm not an expert so... if someone with more experience want to implement it I will be happy to learn with your version. 😉
The text was updated successfully, but these errors were encountered: