diff --git a/.github/workflows/publish-installers.yml b/.github/workflows/publish-installers.yml index e3ce7c74..abea65e2 100644 --- a/.github/workflows/publish-installers.yml +++ b/.github/workflows/publish-installers.yml @@ -53,7 +53,7 @@ jobs: - name: Set Up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Cache Dependencies uses: actions/cache@v2