How to create Github releases with cython
- Create your account in pypi.org
- Move to build.yml in workflows directory
- Change the username to yours in Upload manylinux wheel
- name: Upload manylinux wheel
run: |
python -m twine upload -u ** your account ** -p ** your password **wheelhouse/*