dictation-toolbox / dragonfly

Speech recognition framework allowing powerful Python-based scripting and extension of Dragon NaturallySpeaking (DNS), Windows Speech Recognition (WSR), Kaldi and CMU Pocket Sphinx
GNU Lesser General Public License v3.0
388 stars 75 forks source link

python publish in wrong folder - github workflows won't run. #382

Closed dougransom closed 1 year ago

dougransom commented 1 year ago

probably my error in https://github.com/dictation-toolbox/dragonfly/pull/380, i must have put the file in the wrong folder.
python_publish.yml is in the root folder; it should be in a .github/workflows folder. It will need to be moved prior to using the workflow (ie using the draft a release feature of github to run it). There is no harm in leaving the file where it is until you want to use the workflow features.

drmfinlay commented 1 year ago

Thanks, Doug. I'll put the file in the right folder.