diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 7360bf4..c62de93 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -79,7 +79,7 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} distribute: - name: Distributing from ${{ env.PYTHON_VERSION }} + name: Distributing # needs: build-and-test # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') runs-on: ubuntu-latest @@ -87,7 +87,7 @@ jobs: run: shell: bash -l {0} env: - PYTHON_VERSION: 3.11 + PYTHON_VERSION: '3.11' steps: - uses: actions/checkout@v4