Fix pypi no version found error.
Add pypi .whl file handling ability. Fix git update from correct folder.
This commit is contained in:
parent
6071222b67
commit
9d15518c46
4 changed files with 42 additions and 34 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue