Hi folks,
@ahmed.zeitoun is right - manual rebuild is not yet implemented, but it’s on our list to add. In the meantime, you’ve found the correct workaround: Change the list of packages. The cleanest way to do this is probably to install a particular version of your library. For example, I can see that the latest commit in the dateutil
library is 7c5c98959bd0e9eea3c55fdf78bef3ae5b8c995e
, so I can do:
pip install git+https://github.com/dateutil/dateutil@7c5c98959bd0e9eea3c55fdf78bef3ae5b8c995e
When you change the commit ID to point to your latest commit (or tag), the server environment will rebuild.