Fix pypi no version found error.

Add pypi .whl file handling ability.
Fix git update from correct folder.
This commit is contained in:
Cor Legemaat 2025-08-18 14:50:57 +02:00
commit 9d15518c46
4 changed files with 42 additions and 34 deletions

View file

@ -52,7 +52,7 @@
"?per_page=100&page="
(number->string page)))
(curl-easy-setopt curl-handle 'useragent curl-useragent)
(if (string<> token "")
(if (and token (string<> token ""))
(curl-easy-setopt curl-handle
'httpheader
(list (string-append "Authorization: token "