Commit bda0036
committed
add wheel creation script, usage
assume bullet3 is located in ~/dev/bullet3 and run this docker command from ~
sudo docker run -it -v $(pwd):/io quay.io/pypa/manylinux2014_x86_64
then in the docker
cd io/dev/bullet3
./wheel.sh
after exit of docker, the wheels are in ~/wheelhouse
and can be uploaded to pypi1 parent 69783a8 commit bda0036
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments