FLAMEGPU / FLAMEGPU2

FLAME GPU 2 is a GPU accelerated agent based modelling framework for CUDA C++ and Python
https://flamegpu.com
MIT License
99 stars 19 forks source link

CI: Manually generate pyflamegpu wheel for a specific python/cuda version #1162

Open ptheywood opened 6 months ago

ptheywood commented 6 months ago

Occasiaonally producing "nightly" wheels has been useful between releases.

We can generate the full set of wheels by manually invoking the draft release CI workflow, but this will generate ~48 wheels, which are then only accessible for a short amount of time (24 hours?)

We could potentially make it possible FLAME GPU2 org members to manually run workflows to generate a wheel for a specific OS, CUDA and python version, using workflow dispatch inputs.

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatchinputs

This would save a lot of CI time, if these builds are more commonly required.