Simon Verhoek
Results
2
comments of
Simon Verhoek
+1 here. Currently using Postman as a workaround (as described [here](https://stackoverflow.com/questions/39037049/how-to-upload-a-file-and-json-data-in-postman#answer-39037889)) . Would love to see this solved as well!
> I've found a possible workaround: I was able to resolve this by setting full url to the private package `private_package = {url = "https://pypi.example.com/full/path/to/private_package-0.0.1-py3-none-any.whl"}` > > In this case...