diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ffe5a9..f247b2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - run: "pipx install poetry" - uses: "actions/setup-python@v5" with: - python-version: "3.11" + python-version: "3.12" cache: "poetry" - run: "SKIP_BUILD_FRONTEND=true poetry lock" - run: "SKIP_BUILD_FRONTEND=true poetry install" @@ -54,7 +54,7 @@ jobs: - run: "pipx install poetry" - uses: "actions/setup-python@v5" with: - python-version: "3.11" + python-version: "3.12" cache: "poetry" - run: "SKIP_BUILD_FRONTEND=true poetry lock" - run: "SKIP_BUILD_FRONTEND=true poetry install" @@ -75,7 +75,7 @@ jobs: - run: "pipx install poetry" - uses: "actions/setup-python@v5" with: - python-version: "3.11" + python-version: "3.12" cache: "poetry" - run: "SKIP_BUILD_FRONTEND=true poetry lock" - run: "SKIP_BUILD_FRONTEND=true poetry install" diff --git a/.github/workflows/deploy1.yml b/.github/workflows/deploy1.yml index cbc370c..6e5a24e 100644 --- a/.github/workflows/deploy1.yml +++ b/.github/workflows/deploy1.yml @@ -33,7 +33,7 @@ jobs: - run: "pipx install poetry" - uses: "actions/setup-python@v5" with: - python-version: "3.11" + python-version: "3.12" cache: "poetry" - run: "poetry version $CLEAN_VERSION" # Commit the changes and move the tag! diff --git a/.github/workflows/deploy2.yml b/.github/workflows/deploy2.yml index 463befb..e638d84 100644 --- a/.github/workflows/deploy2.yml +++ b/.github/workflows/deploy2.yml @@ -67,7 +67,7 @@ jobs: - run: "pipx install poetry" - uses: "actions/setup-python@v5" with: - python-version: "3.11" + python-version: "3.12" cache: "poetry" - run: "poetry install" - run: "poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}"