Contains scripts to generate manylinux wheels for the distribution of rTAMAAS on PyPI.
Diffusion manylinux (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
533c89529e5c | frerot | added readme | Mar 12 2021 | ||||
24bd4c98c406 | frerot | building wheels for a specific tag + skipping py2 | Mar 12 2021 | ||||
03ac1b630bcc | frerot | Initial commit | Aug 8 2020 |
README
README
To generate wheels:
./generate_wheels.sh tag|branch
To push wheels:
python3 -m twine upload dist/wheelhouse/*
c4science · Help