Closed sarthakpati closed 1 year ago
Adding a workflow to automatically push the build (both the wheel and sdist) to pip on tag creation. It needs the secret variable PYPI_API_TOKEN to be present in the repository's settings (see this page for details).
PYPI_API_TOKEN
That looks good to me, thank you very much for your contribution !
Adding a workflow to automatically push the build (both the wheel and sdist) to pip on tag creation. It needs the secret variable
PYPI_API_TOKEN
to be present in the repository's settings (see this page for details).