tektronix / python-package-ci-cd

A collection of Actions and Reusable Workflows for Python Packaging CI/CD
Apache License 2.0
1 stars 1 forks source link

[FEAT]: Update all reusable workflows that use the `python-versions-array` input to also allow specifying if pre-release versions are allowed #109

Open nfelt14 opened 2 months ago

nfelt14 commented 2 months ago

Description

It would be nice if users could specify that pre-releases were allowed for certain python versions so that they don't need to hard-code specific versions into the array.

Additional Information

No response