awslabs / amazon-transcribe-streaming-sdk

The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.
Apache License 2.0
142 stars 37 forks source link

Set -e for release script to exist on step failure #38

Closed nateprewitt closed 3 years ago

nateprewitt commented 3 years ago

Add set -e to start of release script to make sure we don't continue past any failure points.