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
375 stars 73 forks source link

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

Closed dougransom closed 8 months ago

dougransom commented 8 months 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 8 months ago

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