precice / micro-manager

A manager tool to facilitate two-scale coupling in multi-physics simulations using preCICE.
GNU Lesser General Public License v3.0
16 stars 11 forks source link

Need CI to test package publishing workflow #108

Open IshaanDesai opened 5 months ago

IshaanDesai commented 5 months ago

The package publishing workflow is run every time a release is made. If changes to the workflow or package setup are done, the way to test the workflow is by doing a release candidate. This is a cumbersome way to test the publishing workflow. It would be better to have a workflow which publishes to TestPyPI every time a release PR is opened, and only when it passes, the release is allowed.