vutran1710 / PyrateLimiter

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

Add 'skip_cleanup: true' to not delete build artifacts before publishing #44

Closed JWCook closed 3 years ago

JWCook commented 3 years ago

Attempt number 3... The deploy failed with:

No files to publish. Run poetry build first or use the --build option.

I guess Travis deletes build artifacts between before_deploy and deploy unless you tell it skip_cleanup: true... Which I see you had already added, and I mistakenly removed it in #42. Sorry!