added retry decorators
Some checks failed
CI / build (push) Failing after 3s

This commit is contained in:
2024-06-22 20:35:37 +08:00
parent 514962d9e3
commit 2914050465
6 changed files with 163 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ jobs:
- uses: actions/setup-python@v5
with:
cache: 'pip'
- name: Run unit tests
run: .venv/bin/python -m unittest discover -s tests
- name: Execute build
env:
TWINE_REPOSITORY_URL: ${{ vars.PYPI_REGISTRY_URL }}