From fe4c23bf3e7c5aa5d5e4870d8a6e046dda5af693 Mon Sep 17 00:00:00 2001 From: Jasa Date: Mon, 28 Oct 2024 09:39:16 -0600 Subject: [PATCH] Updated python workflows --- .github/workflows/conda_build.yml | 2 +- .github/workflows/publish_to_pypi.yml | 2 +- .github/workflows/publish_to_test_pypi.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conda_build.yml b/.github/workflows/conda_build.yml index c412d72f8..8d5400d9d 100644 --- a/.github/workflows/conda_build.yml +++ b/.github/workflows/conda_build.yml @@ -13,7 +13,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true - python-version: 3.10 + python-version: 3.11 - name: Build and upload conda package shell: bash -l {0} env: diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 177c4867e..dc89e01d2 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: 3.11 - name: Build package run: | python -m pip install --upgrade pip diff --git a/.github/workflows/publish_to_test_pypi.yml b/.github/workflows/publish_to_test_pypi.yml index 8321756a2..60ae4fbed 100644 --- a/.github/workflows/publish_to_test_pypi.yml +++ b/.github/workflows/publish_to_test_pypi.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: 3.11 - name: Build package run: | python -m pip install --upgrade pip