ansys / actions

A collection of reusable workflows
https://actions.docs.ansys.com/
MIT License
10 stars 5 forks source link

Add index_name as a variable to release-pypi-private #524

Closed dnwillia-work closed 1 month ago

dnwillia-work commented 1 month ago

📝 Description of the feature

Right now the index name is hard coded to:

https://github.com/ansys/actions/blob/7d192c03875a47bd0eda6e3f7512bcbce4142e8c/release-pypi-private/action.yml#L110C8-L110C12

but I'd like to set that to something else. The current setting should be the default.

💡 Steps for implementing the feature

Add a variable to the action that I can configure when using it.

🔗 Useful links and references

No response