tree: 6d5c39497649e1df35a0fd61d64a35eafe1334af [path history] [tgz]
  1. cfg/
  2. repo/
  3. server/
  4. .gitignore
  5. configure.sh
  6. get-pip.py
  7. initialize.cmd
  8. launch-devpi.sh
  9. README.MD
  10. register.sh
  11. remove.sh
  12. upload.sh
devpi/README.MD

Our local python repository

This contains the set of wheels that are available when running python scripts on the buildbots.

You can make new wheels available by running the upload.sh script. You must:

  • Launch a devpi server:

    ./launch-devpi.sh

  • Obtain the wheel. You should obtain a wheel for all supported platforms (M1/MacX86/Linux/Windows).

  • Next you can check in the wheel of choice by running:

    ./upload.sh -f “path/to/a/wheel”

Make sure to commit all the changes, et voila, your wheels can be used.