maturin
docker
- run
docker build . -t bgpkit-builder:latest
to build the builder image
- run
- run
build.sh
on Apple Silicon Mac - run
build.sh
inside docker on Apple Silicon Mac - run
build.sh
on Intel Mac - run
build.sh
inside docker on Intel Mac
Then run twine upload --skip-existing target/wheels/*
at all machines.
Build image using the Dockerfile provided
docker build -t bgpkit-builder:latest .
Run docker run --rm -it bgpkit-builder:latest bash
to open a shell in the container
####
# TODO: copy the content of .pypirc to the root folder
####
bash build.sh