imranariffin / aiotaskq

A simple asynchronous task queue
MIT License
4 stars 1 forks source link

Publish library automatically #26

Closed imranariffin closed 1 year ago

imranariffin commented 2 years ago

On merge to main, publish automatically to pypi if version number is updated. On push to any PR, publish automatically to test-pypi with version number = f{version_number}:{commit_hash}, if version number is updated.

imranariffin commented 1 year ago

Closed by PR #40