xdem
xdem copied to clipboard
Switch from alpha releases to TestPyPI releases?
@belletva @adehecq @adebardo While getting up to date on how to publish Python packages today (reference page here: https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/), I noticed they recommend using TestPyPI to publish test releases without affecting the PyPI index:https://test.pypi.org/.
Maybe we should use that for the alphas?
That sounds great 😄