vutran1710 / PyrateLimiter

⚔️Python Rate-Limiter using Leaky-Bucket Algorithm Family
https://pyratelimiter.readthedocs.io
MIT License
349 stars 36 forks source link

Fix deploy stage: Run in a separate stage, after tests for all python versions have passed #43

Closed JWCook closed 3 years ago

JWCook commented 3 years ago

This reverts some of the config changes in #42, which added a build matrix but accidentally applied it to deploy instead of just test.

JWCook commented 3 years ago

@vutran1710 Attempt number 2... I believe this is working as intended now: run tests for each python version, and then run the deployment once for the master branch (if all tests pass).