.vscode | ||
generator | ||
.gitignore | ||
alpine.Dockerfile | ||
build.sh | ||
README.md | ||
requirements.txt | ||
setup.cfg |
Wheelie
Current flow:
-
Use
alpine.Dockerfile
to create a build-enviroment. -
Generate wheels with docker run.
docker run -v "$PWD/out:/build" wheelie \ --find-links=https://rox-wheels.s3.eu-north-1.amazonaws.com/alpine/3.13 \ --trusted-host rox-wheels.s3-website.eu-north-1.amazonaws.com \ cryptography==3.4.1
-
Upload the wheels to S3 with
generator/main.py
. Takes S3 info as enviroment variables.cd generator python3 main.py -d alpine -r 3.13 -l -a