Closed burgholzer closed 1 month ago
Unfortunately, it seems that this is not really feasible. Test PyPI won't accept packages with local version identifiers and setuptools-scm does not easily allow to disable local versions, e.g., based on the presence of an environment variable. Maybe sometime in the future.
Might have found a way to make this possible after all. Investigating further.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.1%. Comparing base (
aea7573
) to head (0254d77
). Report is 6 commits behind head on main.
Description
This PR updates the CD workflow so that anytime it runs on a push to
main
, it uploads the resulting package to Test PyPI. This allows to battle test the packages before official releases. This will be especially important in the context of #662.Checklist: