upstash / redis-py

HTTP based Python Redis Client for Serverless and Edge Functions
https://docs.upstash.com/redis
MIT License
29 stars 3 forks source link

Do not release on every push to master #23

Closed mdumandag closed 1 year ago

mdumandag commented 1 year ago

It doesn't make sense to do a release to PyPI for every commit pushed to the master. We should instead do the releases when we are sure that the code in the master branch is OK to release.

Hence, this PR makes the release workflow run on the workflow_dispatch event, which is a manual trigger.