diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0d4d5f..65fdb91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 # Add a retry to avoid issues when this action is running # right after the package is published on PyPi