# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
# This is a pypi deployment workflow for github actions to build and deploy
# python packages to pypi.org and test.pypi.org that have cython extensions.
# Manylinux wheels are built for linux and universal wheels for macos and windows.