pyvista / tetgen

A Python interface to the C++ TetGen library to generate tetrahedral meshes of any 3D polyhedral domains
http://tetgen.pyvista.org
Other
223 stars 33 forks source link

Fix release step #73

Closed akaszynski closed 2 months ago

akaszynski commented 2 months ago

Release step is failing to create a release: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#permissions

Turns out we need to add contents: write to our release step permissions. See Workflow syntax for GitHub Actions .